PerfData: Optimize text-alignment for labels and numerical cols

This commit is contained in:
Florian Strohmaier 2016-06-06 15:01:42 +02:00
parent 4bd88c728e
commit 13fde220c2

View File

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