mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Merge pull request #15107 from owncloud/user-mgmt-header
fix first user mgmt header jumping around, fix #8873
This commit is contained in:
commit
98e770b68e
1 changed files with 9 additions and 1 deletions
|
|
@ -152,7 +152,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