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:
Dominik Csapak 2016-03-04 09:28:28 +01:00 committed by Dietmar Maurer
parent 1ab98f059e
commit d61a7167af

View File

@ -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;
}