summaryrefslogtreecommitdiffstats
path: root/core/css/multiselect.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-06-11 18:21:13 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-06-11 18:21:13 +0200
commit0bcb04398d731ff75d74497f4a203279b6990351 (patch)
treec7b04a547705778dc5ca963249ab625d934eaff9 /core/css/multiselect.css
parent686797eb6dde2d0c7ac6b9cc5c900a2878a8c06f (diff)
downloadnextcloud-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.css12
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;
+}