Merge pull request #19275 from owncloud/fix-19158
Left align checkboxes in group dropdown
This commit is contained in:
commit
f8c286a7b6
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue