Skip to content

Commit

Permalink
monitoring: Style plugin output in overviews
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 28, 2015
1 parent 9bdf24a commit ba724cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
1 change: 0 additions & 1 deletion modules/monitoring/configuration.php
Expand Up @@ -353,6 +353,5 @@
/*
* CSS
*/
$this->provideCssFile('plugin-output.less');
$this->provideCssFile('service-grid.less');
$this->provideCssFile('tables.less');
13 changes: 0 additions & 13 deletions modules/monitoring/public/css/plugin-output.less

This file was deleted.

7 changes: 7 additions & 0 deletions modules/monitoring/public/css/tables.less
Expand Up @@ -81,6 +81,13 @@
font-size: @font-size-small;
}

// Plugin output in overviews
.overview-plugin-output {
color: @text-color-light;
font-family: @font-family-fixed;
font-size: @font-size-small;
}

.state-header {
.clearfix();
}
Expand Down

0 comments on commit ba724cc

Please sign in to comment.