Skip to content
Snippets Groups Projects
Commit cd310add authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

Merge pull request #1694 from owncloud/users-header

Users header
parents 2ce398c6 f29a0ec6
No related branches found
No related tags found
No related merge requests found
...@@ -43,13 +43,19 @@ tr:hover>td.remove>a { float:right; } ...@@ -43,13 +43,19 @@ 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; }
#headerGroups, #headerSubAdmins, #headerQuota { padding-left:18px; }
/* 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.
Finish editing this message first!
Please register or to comment