multiselect: up min-width of group multiselect to 150px

This commit is contained in:
Jan-Christoph Borchardt 2013-06-11 18:23:29 +02:00
parent 0bcb04398d
commit cdedfb6f37
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ ul.multiselectoptions > li input[type='checkbox']:checked+label {
div.multiselect {
display: inline-block;
max-width: 400px;
min-width: 100px;
min-width: 150px;
padding-right: .6em;
position: relative;
vertical-align: bottom;