diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-06-11 18:21:13 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-06-11 18:21:13 +0200 |
commit | 0bcb04398d731ff75d74497f4a203279b6990351 (patch) | |
tree | c7b04a547705778dc5ca963249ab625d934eaff9 /core/css/multiselect.css | |
parent | 686797eb6dde2d0c7ac6b9cc5c900a2878a8c06f (diff) | |
download | nextcloud-server-0bcb04398d731ff75d74497f4a203279b6990351.tar.gz nextcloud-server-0bcb04398d731ff75d74497f4a203279b6990351.zip |
multiselect: fixed 'add group' interface a bit
Diffstat (limited to 'core/css/multiselect.css')
-rw-r--r-- | core/css/multiselect.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/core/css/multiselect.css b/core/css/multiselect.css index 23aec23437f..afdf27681a1 100644 --- a/core/css/multiselect.css +++ b/core/css/multiselect.css @@ -89,9 +89,17 @@ div.multiselect>span:last-child { } ul.multiselectoptions input.new { - border-top-left-radius: 0; - border-top-right-radius: 0; padding-bottom: .2em; padding-top: .2em; margin: 0; } + +ul.multiselectoptions > li.creator { + padding: 10px; + font-weight: bold; +} +ul.multiselectoptions > li.creator > input { + width: 95% !important; /* do not constrain size of text input */ + padding: 5px; + margin: -5px; +} |