From: Bjoern Schiessle Date: Fri, 8 Jun 2012 09:37:04 +0000 (+0200) Subject: fixed broken lines in user table X-Git-Tag: v4.5.0beta1~74^2~422^2~47^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f91ad08613bf2554f689da7d71a8d79a272bafeb;p=nextcloud-server.git fixed broken lines in user table --- 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; } diff --git a/settings/templates/users.php b/settings/templates/users.php index a23a5bafe61..1951f17a0b7 100644 --- a/settings/templates/users.php +++ b/settings/templates/users.php @@ -64,7 +64,7 @@ foreach($_["groups"] as $group) { -