Skip to content

Commit

Permalink
monitoring/CSS: Style performance-data-table
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 11, 2015
1 parent 663b493 commit 040425d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions modules/monitoring/public/css/tables.less
Expand Up @@ -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;
Expand Down

0 comments on commit 040425d

Please sign in to comment.