summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorBjoern Schiessle <schiesbn@woody.(none)>2012-06-12 11:18:34 +0200
committerBjoern Schiessle <schiesbn@woody.(none)>2012-06-12 11:18:34 +0200
commit1b6dd6628a690cdbc36855ef5b1ff3926023001b (patch)
treec2763ee3b75e7d4261ce13f5b4e92264fd5c3e32 /settings/css
parent5e37a103349006c1b29a2f8585a416baab7ee187 (diff)
downloadnextcloud-server-1b6dd6628a690cdbc36855ef5b1ff3926023001b.tar.gz
nextcloud-server-1b6dd6628a690cdbc36855ef5b1ff3926023001b.zip
applied patch provided by bug #966 to fix broken user specific quota settings
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 d4083857977..df1e3cfd3c2 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -34,8 +34,8 @@ li.selected { background-color:#ddd; }
#content>table:not(.nostyle) { margin-top:3em; }
table:not(.nostyle) { width:100%; }
#rightcontent { padding-left: 1em; }
-td.quota { position:relative; }
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-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; -webkit-box-shadow: none -mox-box-shadow:none ; box-shadow:none; }