diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-09 11:09:31 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-09 11:09:31 +0200 |
commit | 4d595f49a0c14e4dee19d3d7e2f7318bfbdc1853 (patch) | |
tree | 381ad43a10aa27f960db6fc05e404a70e2d08514 /core/css | |
parent | 9919ec48df83b2f9d5b5b71318ead553d0e7567a (diff) | |
download | nextcloud-server-4d595f49a0c14e4dee19d3d7e2f7318bfbdc1853.tar.gz nextcloud-server-4d595f49a0c14e4dee19d3d7e2f7318bfbdc1853.zip |
reduce multiselect max-width from 400 to 200px to not take too much space
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/multiselect.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/multiselect.css b/core/css/multiselect.css index 8d949e7cdb7..b3393c450d4 100644 --- a/core/css/multiselect.css +++ b/core/css/multiselect.css @@ -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; |