Add space around checkboxes.
This commit is contained in:
parent
e8bb998ecc
commit
e15afcb011
1 changed files with 4 additions and 2 deletions
|
@ -29,8 +29,10 @@
|
|||
white-space:nowrap;
|
||||
}
|
||||
|
||||
ul.multiselectoptions>li>label {
|
||||
margin-left: 5px;
|
||||
ul.multiselectoptions>li>input[type="checkbox"] {
|
||||
margin-top: 3px;
|
||||
margin-right: 5px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
div.multiselect {
|
||||
|
|
Loading…
Reference in a new issue