From 1b6dd6628a690cdbc36855ef5b1ff3926023001b Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Tue, 12 Jun 2012 11:18:34 +0200 Subject: applied patch provided by bug #966 to fix broken user specific quota settings --- settings/css/settings.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings/css') 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; } -- cgit v1.2.3