diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-02-24 14:38:40 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-02-24 23:54:38 +0100 |
commit | 4230e217af16b400cf6eba26c2333ee4ea1f884c (patch) | |
tree | 96853f6557c32b3dcc3774ee3d7c96ab0e2d428e /settings/css | |
parent | 9f5bce81b037624099012038f1ebfeb94d3317fd (diff) | |
download | nextcloud-server-4230e217af16b400cf6eba26c2333ee4ea1f884c.tar.gz nextcloud-server-4230e217af16b400cf6eba26c2333ee4ea1f884c.zip |
new config widget for user quota
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index a8af839a1e6..b80d7da82c6 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -29,6 +29,9 @@ 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 } +select.quota { position:absolute; left:0px; top:0px; 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; } /* APPS */ li { color:#888; } |