fix alignment on checkboxes that are first in a form

v1.18.x
psychobunny 10 years ago
parent 113a2aa398
commit a313bc69e2

@ -226,4 +226,8 @@
.mdl-switch.is-checked .mdl-switch__track {
background: lighten(@brand-primary, 20%) !important;
}
* > .checkbox:first-child {
margin-top: 0px;
}
Loading…
Cancel
Save