Fix: Group avatar flair inputs style.

This commit is contained in:
Guo Xiang Tan 2016-12-07 14:42:58 +08:00
parent be5b5f6bea
commit c3b04c3054
1 changed files with 16 additions and 14 deletions

View File

@ -89,24 +89,16 @@ table.group-members {
float: right;
}
.groups.edit-group .form-horizontal {
textarea {
width: 99%;
}
label {
font-weight: bold;
}
.form-horizontal {
.group-flair-inputs {
display: inline-block;
margin: 15px 0px;
input[type="text"] {
width: 80% !important;
margin-bottom: 10px;
}
.group-flair-inputs {
display: inline-block;
margin: 15px 0px;
.group-flair-left {
float: left;
}
@ -127,6 +119,16 @@ table.group-members {
}
}
.groups.edit-group .form-horizontal {
textarea {
width: 99%;
}
label {
font-weight: bold;
}
}
#add-user-to-group {
margin: 0px;