Merge pull request #19275 from owncloud/fix-19158

Left align checkboxes in group dropdown
This commit is contained in:
Hendrik Leppelsack 2015-09-22 18:31:57 +02:00
commit f8c286a7b6
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;