summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2013-01-31 14:37:39 -0800
committerMichael Gapczynski <mtgap@owncloud.com>2013-01-31 14:37:39 -0800
commita9e1c9bf6d65d3f7613a40c99ec34caec19d26e3 (patch)
tree48af6d6e4d5ed187ef657a29607dcf59e92c6fc8 /settings/css
parent317261d6dfa2b95234628c6e6649bcb94999552a (diff)
parent45865b45c42c76329189028c9fa8aaecdeb6893d (diff)
downloadnextcloud-server-a9e1c9bf6d65d3f7613a40c99ec34caec19d26e3.tar.gz
nextcloud-server-a9e1c9bf6d65d3f7613a40c99ec34caec19d26e3.zip
Merge pull request #1351 from owncloud/navigation
New navigation design
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 667539cd685..5a3ab2c6e97 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -36,7 +36,7 @@ table:not(.nostyle) { width:100%; }
#rightcontent { padding-left: 1em; }
div.quota { float:right; display:block; position:absolute; right:25em; top:0; }
div.quota-select-wrapper { position: relative; }
-select.quota { position:absolute; left:0; top:0; width:10em; }
+select.quota { position:absolute; left:0; top:0.5em; width:10em; }
select.quota-user { position:relative; left:0; top:0; width:10em; }
input.quota-other { display:none; position:absolute; left:0.1em; top:0.1em; width:7em; border:none; box-shadow:none; }
div.quota>span { position:absolute; right:0; white-space:nowrap; top:.7em; color:#888; text-shadow:0 1px 0 #fff; }