Skip to content
Snippets Groups Projects
Commit e15afcb0 authored by Christopher Schäpers's avatar Christopher Schäpers
Browse files

Add space around checkboxes.

parent e8bb998e
Branches
No related tags found
No related merge requests found
...@@ -29,8 +29,10 @@ ...@@ -29,8 +29,10 @@
white-space:nowrap; white-space:nowrap;
} }
ul.multiselectoptions>li>label { ul.multiselectoptions>li>input[type="checkbox"] {
margin-left: 5px; margin-top: 3px;
margin-right: 5px;
margin-left: 3px;
} }
div.multiselect { div.multiselect {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment