reduce multiselect max-width from 400 to 200px to not take too much space

This commit is contained in:
Jan-Christoph Borchardt 2014-05-09 11:09:31 +02:00
parent 9919ec48df
commit 4d595f49a0
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ ul.multiselectoptions > li input[type='checkbox']:checked+label {
div.multiselect, select.multiselect {
display: inline-block;
max-width: 400px;
max-width: 200px;
min-width: 150px;
padding-right: 10px;
min-height: 20px;