Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-05-09 13:09:31 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-05-27 16:32:23 +0400
commit84b239f123226f1cbc787f36c6110c3d6c8b3d88 (patch)
tree0a436c12f1757a3902a63d7e68ca5ed5e6cf76ac /core
parent6f29e1c67b94fb5732eb732c68eb116cc5d04b09 (diff)
reduce multiselect max-width from 400 to 200px to not take too much space
Diffstat (limited to 'core')
-rw-r--r--core/css/multiselect.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/multiselect.css b/core/css/multiselect.css
index 0c683ad51c6..4cea85ba58d 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;
min-height: 20px;
padding-right: .6em;