Fix: Group avatar flair inputs style.
This commit is contained in:
parent
be5b5f6bea
commit
c3b04c3054
|
@ -89,24 +89,16 @@ table.group-members {
|
|||
float: right;
|
||||
}
|
||||
|
||||
.groups.edit-group .form-horizontal {
|
||||
textarea {
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
width: 80% !important;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.form-horizontal {
|
||||
.group-flair-inputs {
|
||||
display: inline-block;
|
||||
margin: 15px 0px;
|
||||
|
||||
input[type="text"] {
|
||||
width: 80% !important;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue