monitoring/CSS: Style performance-data-table

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-11 15:22:35 +01:00
parent 663b493cd2
commit 040425d9e2
1 changed files with 21 additions and 0 deletions

View File

@ -45,6 +45,27 @@
margin: 0;
}
// Table for performance data in detail views
.performance-data-table {
width: 100%;
> thead > tr > th {
// Result base padding
padding-left: 0;
text-align: left;
}
> tbody > tr > td:first-child {
// Reset base padding
padding-left: 0;
}
}
// Performance data table column for sparkline pie charts in detail views
.sparkline-col {
width: 2em;
}
// Service description if in the service detail view
.service-meta {
color: @text-color-light;