mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
left align checkboxes in group dropdown
This commit is contained in:
parent
7222e5fb4d
commit
bea164274a
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