Skip to content
Snippets Groups Projects
Commit 0f405d98 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

fix Users settings header bar element positioning, close #1686

parent bfe6334c
No related branches found
No related tags found
No related merge requests found
...@@ -43,13 +43,18 @@ tr:hover>td.remove>a { float:right; } ...@@ -43,13 +43,18 @@ tr:hover>td.remove>a { float:right; }
li.selected { background-color:#ddd; } li.selected { background-color:#ddd; }
table:not(.nostyle) { width:100%; } table:not(.nostyle) { width:100%; }
#rightcontent { padding-left: 1em; } #rightcontent { padding-left: 1em; }
div.quota { float:right; display:block; position:absolute; right:25em; top:0; } div.quota { float:right; display:block; position:absolute; right:25em; top:-1px; }
div.quota-select-wrapper { position: relative; } div.quota-select-wrapper { position: relative; }
select.quota { position:absolute; left:0; top:0.5em; width:10em; } select.quota { position:absolute; left:0; top:0; width:10em; }
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 { position:absolute; right:0; white-space:nowrap; top:.7em; color:#888; text-shadow:0 1px 0 #fff; } div.quota>span { position:absolute; right:0; white-space:nowrap; top:.7em; color:#888; text-shadow:0 1px 0 #fff; }
select.quota.active { background: #fff; } select.quota.active { background: #fff; }
/* positioning fixes */
#newuser { position:relative; top:-3px; }
#newuser .multiselect { top:1px; }
/* APPS */ /* APPS */
.appinfo { margin: 1em; } .appinfo { margin: 1em; }
h3 { font-size: 1.4em; font-weight: bold; } h3 { font-size: 1.4em; font-weight: bold; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment