aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/multiselect.css
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2014-02-10 21:32:17 +0100
committerBart Visscher <bartv@thisnet.nl>2014-02-10 21:32:17 +0100
commit082abdc62080730f70ac0fac67628e4d3bb0cc7b (patch)
tree0054fcb95d954b31933aaafbbdcd69d66a6c944e /core/css/multiselect.css
parent5c3c379f351be913fe7abd500fadd69a83687ebc (diff)
parentbea80ffe2060407e5d849a86f71fae2eed80b08e (diff)
downloadnextcloud-server-082abdc62080730f70ac0fac67628e4d3bb0cc7b.tar.gz
nextcloud-server-082abdc62080730f70ac0fac67628e4d3bb0cc7b.zip
Merge branch 'master' into migration_unit_tests
Diffstat (limited to 'core/css/multiselect.css')
-rw-r--r--core/css/multiselect.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/core/css/multiselect.css b/core/css/multiselect.css
index e2a35ac3633..60f2f47e698 100644
--- a/core/css/multiselect.css
+++ b/core/css/multiselect.css
@@ -7,7 +7,7 @@ ul.multiselectoptions {
border: 1px solid #ddd;
border-top: none;
box-shadow: 0 1px 1px #ddd;
- padding-top: .5em;
+ padding-top: 8px;
position: absolute;
max-height: 20em;
overflow-y: auto;
@@ -15,8 +15,8 @@ ul.multiselectoptions {
}
ul.multiselectoptions.down {
- border-bottom-left-radius: .5em;
- border-bottom-right-radius: .5em;
+ border-bottom-left-radius: 8px;
+ border-bottom-right-radius: 8px;
width: 100%; /* do not cut off group names */
-webkit-box-shadow: 0px 0px 20px rgba(29,45,68,.4);
-moz-box-shadow: 0px 0px 20px rgba(29,45,68,.4);
@@ -24,8 +24,8 @@ ul.multiselectoptions.down {
}
ul.multiselectoptions.up {
- border-top-left-radius: .5em;
- border-top-right-radius: .5em;
+ border-top-left-radius: 8px;
+ border-top-right-radius: 8px;
}
ul.multiselectoptions>li {
@@ -52,8 +52,8 @@ div.multiselect {
display: inline-block;
max-width: 400px;
min-width: 150px;
+ padding-right: 10px;
min-height: 20px;
- padding-right: .6em;
position: relative;
vertical-align: bottom;
}
@@ -78,7 +78,7 @@ div.multiselect.down {
div.multiselect>span:first-child {
float: left;
- margin-right: 2em;
+ margin-right: 32px;
overflow: hidden;
text-overflow: ellipsis;
width: 90%;
@@ -86,12 +86,12 @@ div.multiselect>span:first-child {
div.multiselect>span:last-child {
position: absolute;
- right: .8em;
+ right: 13px;
}
ul.multiselectoptions input.new {
- padding-bottom: .2em;
- padding-top: .2em;
+ padding-bottom: 3px;
+ padding-top: 3px;
margin: 0;
}