Skip to content
Snippets Groups Projects
Commit e0d30465 authored by Raghu Nayyar's avatar Raghu Nayyar Committed by Morris Jobke
Browse files

Fixes Default Quota Style in User Management.

parent f3336f88
Branches
No related tags found
No related merge requests found
...@@ -58,20 +58,18 @@ table.grid { width:100%; } ...@@ -58,20 +58,18 @@ table.grid { width:100%; }
div.quota { div.quota {
float: right; float: right;
display: block; display: block;
position: absolute;
right: 216px;
top: 0;
} }
div.quota-select-wrapper { position: relative; } div.quota-select-wrapper { position: relative; }
div.recoveryPassword { left:50em; display:block; position:absolute; top:-1px; } div.recoveryPassword { left:50em; display:block; position:absolute; top:-1px; }
input#recoveryPassword {width:15em;} 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; } select.quota-user { position:relative; left:0; top:0; width:10em; }
div.quota>span { div.quota>span {
position: absolute;
right: 0;
white-space: nowrap; white-space: nowrap;
top: 12px;
color: #888; color: #888;
text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment