diff options
author | Bjoern Schiessle <schiesbn@woody.(none)> | 2012-06-12 11:18:34 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiesbn@woody.(none)> | 2012-06-12 11:18:34 +0200 |
commit | 1b6dd6628a690cdbc36855ef5b1ff3926023001b (patch) | |
tree | c2763ee3b75e7d4261ce13f5b4e92264fd5c3e32 /settings/css | |
parent | 5e37a103349006c1b29a2f8585a416baab7ee187 (diff) | |
download | nextcloud-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.css | 2 |
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; } |