Merge pull request #8518 from owncloud/multiselect-width-fix

reduce multiselect max-width from 400 to 200px to not take too much space
This commit is contained in:
Morris Jobke 2014-05-11 23:41:35 +02:00
commit 58dc10349a
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;