From 040425d9e28dc747a6e83d63602e850a88f7009c Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 11 Nov 2015 15:22:35 +0100 Subject: [PATCH] monitoring/CSS: Style performance-data-table refs #5543 --- modules/monitoring/public/css/tables.less | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/modules/monitoring/public/css/tables.less b/modules/monitoring/public/css/tables.less index 7397de7f4d..95cf514fa1 100644 --- a/modules/monitoring/public/css/tables.less +++ b/modules/monitoring/public/css/tables.less @@ -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;