mdb-ui-kit/less/_form.less
Kevin Ross 566453f56d Solves #730 and #636 -
- labels adjusted for horizontal forms, and generic labels now set in inputs.less
- js added to set is-focused on checkbox form-groups when hovering
- markup samples for right, left checkbox labels plus help-blocks
2015-11-20 10:17:12 -06:00

19 lines
251 B
Plaintext

.form-horizontal {
// Consistent vertical alignment of radios and checkboxes
.radio,
.checkbox,
.radio-inline,
.checkbox-inline {
padding-top: 0px;
}
label {
text-align: right;
}
label.control-label {
margin: 0;
}
}