left align checkboxes in group dropdown

This commit is contained in:
Hendrik Leppelsack 2015-09-22 16:00:14 +02:00
parent 7222e5fb4d
commit bea164274a
1 changed files with 2 additions and 3 deletions

View File

@ -33,9 +33,8 @@ ul.multiselectoptions>li {
white-space: nowrap;
}
ul.multiselectoptions > li > input[type="checkbox"] {
margin: 10px 7px;
vertical-align: middle;
ul.multiselectoptions > li > input[type="checkbox"]+label:before {
margin-left: 7px;
}
ul.multiselectoptions > li input[type='checkbox']+label {
font-weight: normal;