summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-01-28 10:52:15 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-01-28 10:52:15 +0100
commit329d9654412baa57752eb6a55fdb21ac5b082156 (patch)
tree71e40099d09b445dd8d18bb060f2b52ed0142118 /settings
parentb81a7aa078deea7d68c43f98b955158b2eceab99 (diff)
parenta86da16a10d15b88af456eddb7d3efac6db70361 (diff)
downloadnextcloud-server-329d9654412baa57752eb6a55fdb21ac5b082156.tar.gz
nextcloud-server-329d9654412baa57752eb6a55fdb21ac5b082156.zip
merge changes in navigation
Diffstat (limited to 'settings')
-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 4d0f6efd2c8..76a7d8c28c6 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; }