fix first user mgmt header jumping around, fix #8873

This commit is contained in:
Jan-Christoph Borchardt 2015-03-23 13:46:05 +01:00
parent a9b4f0d842
commit 7079b1b434
1 changed files with 9 additions and 1 deletions

View File

@ -148,7 +148,15 @@ input.userFilter {width: 200px;}
position: relative;
top: -1px;
}
#headerGroups, #headerSubAdmins, #headerQuota { padding-left:18px; }
#headerGroups,
#headerSubAdmins,
#headerQuota {
padding-left: 18px;
}
#headerAvatar {
width: 32px;
}
.ie8 table.hascontrols{border-collapse:collapse;width: 100%;}
.ie8 table.hascontrols tbody tr{border-collapse:collapse;border: 1px solid #ddd !important;}