mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
FIX: show label beside confirm user fields, and fix spacing around them
This commit is contained in:
parent
2eef9b3295
commit
d37477b1ef
@ -1,3 +1,4 @@
|
||||
<label class="control-label">{{{field.name}}}</label>
|
||||
<div class='controls'>
|
||||
<label class="control-label checkbox-label">{{input checked=value type="checkbox"}} {{{field.description}}}</label>
|
||||
</div>
|
||||
|
@ -38,7 +38,7 @@ $input-width: 220px;
|
||||
}
|
||||
|
||||
.user-field {
|
||||
label {
|
||||
> label {
|
||||
width: $label-width;
|
||||
float: left;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user