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

View File

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