admin: improve overview layout

This commit is contained in:
Jens Langhammer
2020-07-07 13:13:15 +02:00
parent d8f27f595a
commit b12182c1d1
3 changed files with 94 additions and 32 deletions

View File

@ -241,3 +241,9 @@ input[data-is-monospace] {
white-space: nowrap !important;
padding: var(--pf-c-table--cell--PaddingTop) var(--pf-c-table--cell--PaddingRight) var(--pf-c-table--cell--PaddingBottom) var(--pf-c-table--cell--PaddingLeft) !important;
}
/* Aggregate Cards */
.pf-c-card.pf-c-card-aggregate > .pf-c-card__body > .aggregate-status {
font-size: var(--pf-global--icon--FontSize--lg);
text-align: center;
}