mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 23:59:27 -04:00
Fix margin for checkboxes in multiselect options
Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
parent
520f2f6221
commit
beeb819292
1 changed files with 1 additions and 3 deletions
|
|
@ -31,9 +31,6 @@ ul.multiselectoptions.up {
|
|||
ul.multiselectoptions>li {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
ul.multiselectoptions > li > input[type="checkbox"]+label:before {
|
||||
margin-left: 7px;
|
||||
}
|
||||
ul.multiselectoptions > li input[type='checkbox']+label {
|
||||
|
|
@ -106,6 +103,7 @@ ul.multiselectoptions input.new {
|
|||
|
||||
ul.multiselectoptions > li.creator {
|
||||
padding: 10px;
|
||||
margin: 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
ul.multiselectoptions > li.creator > input {
|
||||
|
|
|
|||
Loading…
Reference in a new issue