mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
Fix: Group avatar flair inputs style.
This commit is contained in:
parent
be5b5f6bea
commit
c3b04c3054
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user