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'>
|
<div class='controls'>
|
||||||
<label class="control-label checkbox-label">{{input checked=value type="checkbox"}} {{{field.description}}}</label>
|
<label class="control-label checkbox-label">{{input checked=value type="checkbox"}} {{{field.description}}}</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -38,7 +38,7 @@ $input-width: 220px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-field {
|
.user-field {
|
||||||
label {
|
> label {
|
||||||
width: $label-width;
|
width: $label-width;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue