mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 03:09:10 +02:00
PerfData: Optimize text-alignment for labels and numerical cols
This commit is contained in:
parent
4bd88c728e
commit
13fde220c2
@ -146,6 +146,21 @@
|
||||
> thead > tr > th:nth-child(2) {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
> thead > tr > th:nth-child(3),
|
||||
> thead > tr > th:nth-child(4),
|
||||
> thead > tr > th:nth-child(5),
|
||||
> thead > tr > th:nth-child(6), {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
> tbody > tr > td.value-col,
|
||||
> tbody > tr > td.max-col,
|
||||
> tbody > tr > td.warn-col,
|
||||
> tbody > tr > td.crit-col {
|
||||
text-align: right;
|
||||
width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
// Performance data table column for sparkline pie charts in detail views
|
||||
|
Loading…
x
Reference in New Issue
Block a user