mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
FIX: show label beside confirm user fields, and fix spacing around them
This commit is contained in:
parent
2eef9b3295
commit
d37477b1ef
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue