mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Reformat user fields admin to have a longer form
This commit is contained in:
@@ -1435,9 +1435,17 @@ tr.not-activated {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.form-element {
|
||||
.form-element, .form-element-desc {
|
||||
float: left;
|
||||
width: 25%;
|
||||
height: 30px;
|
||||
padding: 0.25em 0;
|
||||
}
|
||||
|
||||
.form-element-desc label {
|
||||
margin: 0.5em 1em 0 0;
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.controls {
|
||||
|
||||
Reference in New Issue
Block a user