diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2012-06-08 11:37:04 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2012-06-08 11:37:04 +0200 |
commit | f91ad08613bf2554f689da7d71a8d79a272bafeb (patch) | |
tree | bde1510a17188bc6c27a3a6ff09729dec8837a92 /settings/css | |
parent | 4768510923f6bfa3f3473874395a7a61872f1df0 (diff) | |
download | nextcloud-server-f91ad08613bf2554f689da7d71a8d79a272bafeb.tar.gz nextcloud-server-f91ad08613bf2554f689da7d71a8d79a272bafeb.zip |
fixed broken lines in user table
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index b5a3c0f03b7..d4083857977 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -34,9 +34,10 @@ li.selected { background-color:#ddd; } #content>table:not(.nostyle) { margin-top:3em; } table:not(.nostyle) { width:100%; } #rightcontent { padding-left: 1em; } -td.quota { position:absolute; } +td.quota { position:relative; } div.quota { float:right; display:block; position:absolute; right:25em; top:0; } 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; } div.quota>span { position:absolute; right:0em; white-space:nowrap; top: 0.7em } select.quota.active { background: #fff; } |