From e0d3046590b5da1c33c52ec97beee3a23157f787 Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Fri, 11 Oct 2013 19:11:01 +0530 Subject: [PATCH] Fixes Default Quota Style in User Management. --- settings/css/settings.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/settings/css/settings.css b/settings/css/settings.css index ba3d235cf0..65b0ba89b8 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -58,20 +58,18 @@ table.grid { width:100%; } div.quota { float: right; display: block; - position: absolute; - right: 216px; - top: 0; } div.quota-select-wrapper { position: relative; } div.recoveryPassword { left:50em; display:block; position:absolute; top:-1px; } input#recoveryPassword {width:15em;} -select.quota { position:absolute; left:0; top:0; width:10em; } +#controls select.quota { + margin: 3px; + margin-right: 10px; + height: 37px; +} select.quota-user { position:relative; left:0; top:0; width:10em; } div.quota>span { - position: absolute; - right: 0; white-space: nowrap; - top: 12px; color: #888; text-shadow: 0 1px 0 #fff; }