]> source.dussan.org Git - nextcloud-server.git/commitdiff
multiselect: up min-width of group multiselect to 150px
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 11 Jun 2013 16:23:29 +0000 (18:23 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 11 Jun 2013 16:23:29 +0000 (18:23 +0200)
core/css/multiselect.css

index afdf27681a1408ffd4c573354ed297ee955a2fdb..a2d1b20d3a510f935e003deeb099c08d6508ff4d 100644 (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;