fix first user mgmt header jumping around, fix #8873
This commit is contained in:
parent
a9b4f0d842
commit
7079b1b434
1 changed files with 9 additions and 1 deletions
|
@ -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;}
|
||||
|
|
Loading…
Reference in a new issue