summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-06-11 18:23:29 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-06-11 18:23:29 +0200
commitcdedfb6f37ad45d2124c328c1b6a86faa7dfac93 (patch)
tree5e27c46089c0134938f235de5e9e2cc5aefce1a4 /core
parent0bcb04398d731ff75d74497f4a203279b6990351 (diff)
downloadnextcloud-server-cdedfb6f37ad45d2124c328c1b6a86faa7dfac93.tar.gz
nextcloud-server-cdedfb6f37ad45d2124c328c1b6a86faa7dfac93.zip
multiselect: up min-width of group multiselect to 150px
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 afdf27681a1..a2d1b20d3a5 100644
--- a/core/css/multiselect.css
+++ b/core/css/multiselect.css
@@ -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;