mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 09:01:32 +00:00
ext6migrate: save space in grouped header (gridpanel)
the grouped headers in gridpanels use space like there is no tomorrow, this patch makes it a little denser Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
1ab98f059e
commit
d61a7167af
@ -81,10 +81,18 @@
|
||||
}
|
||||
|
||||
.x-column-header-inner {
|
||||
padding: 4px 6px;
|
||||
padding: 4px 4px;
|
||||
}
|
||||
|
||||
.x-column-header-align-right .x-column-header-text {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
/* fixes no space from top in the login form */
|
||||
.x-panel-body-default-framed {
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.x-group-sub-header .x-column-header-inner {
|
||||
padding: 4px 4px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user