multiselect: more breathing space for entries

This commit is contained in:
Jan-Christoph Borchardt 2013-06-11 18:08:47 +02:00
parent 27996d1c64
commit 686797eb6d
1 changed files with 13 additions and 4 deletions

View File

@ -33,10 +33,19 @@ ul.multiselectoptions>li {
white-space: nowrap;
}
ul.multiselectoptions>li>input[type="checkbox"] {
margin-top: 3px;
margin-right: 5px;
margin-left: 3px;
ul.multiselectoptions > li > input[type="checkbox"] {
margin: 10px 7px;
vertical-align: middle;
}
ul.multiselectoptions > li input[type='checkbox']+label {
font-weight: normal;
display: inline-block;
width: 100%;
padding: 5px 27px;
margin-left: -27px; /* to have area around checkbox clickable as well */
}
ul.multiselectoptions > li input[type='checkbox']:checked+label {
font-weight: bold;
}
div.multiselect {