Checkboxes label adjustement

When the label of a checkbox is more than one line long, avoid unalignment.
th-downstream
nicolas 8 years ago committed by Eugen Rochko
parent ff4d38ac85
commit c6d369c52b

@ -48,11 +48,15 @@ code {
display: block; display: block;
} }
input[type=checkbox] { label.checkbox {
display: inline-block;
position: relative; position: relative;
top: 3px; padding-left: 25px;
margin-right: 8px; }
input[type=checkbox] {
position: absolute;
left: 0;
top: 0;
} }
} }

Loading…
Cancel
Save