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…
Reference in New Issue