summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-14 16:38:10 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-14 16:38:10 +0100
commit0f405d9895e23acbe524f8cd6cb1452e50a4afa4 (patch)
treec9710d116b0c9855b5a5e06595bd785be4fd7f50 /settings/css
parentbfe6334cd9d50ce99f0a6fd02c1aa0dc43b2b7e9 (diff)
downloadnextcloud-server-0f405d9895e23acbe524f8cd6cb1452e50a4afa4.tar.gz
nextcloud-server-0f405d9895e23acbe524f8cd6cb1452e50a4afa4.zip
fix Users settings header bar element positioning, close #1686
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 703395f56d2..689c54d04b1 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -43,13 +43,18 @@ tr:hover>td.remove>a { float:right; }
li.selected { background-color:#ddd; }
table:not(.nostyle) { width:100%; }
#rightcontent { padding-left: 1em; }
-div.quota { float:right; display:block; position:absolute; right:25em; top:0; }
+div.quota { float:right; display:block; position:absolute; right:25em; top:-1px; }
div.quota-select-wrapper { position: relative; }
-select.quota { position:absolute; left:0; top:0.5em; width:10em; }
+select.quota { position:absolute; left:0; top:0; width:10em; }
select.quota-user { position:relative; left:0; top:0; width:10em; }
div.quota>span { position:absolute; right:0; white-space:nowrap; top:.7em; color:#888; text-shadow:0 1px 0 #fff; }
select.quota.active { background: #fff; }
+/* positioning fixes */
+#newuser { position:relative; top:-3px; }
+#newuser .multiselect { top:1px; }
+
+
/* APPS */
.appinfo { margin: 1em; }
h3 { font-size: 1.4em; font-weight: bold; }