monitoring: Style plugin output in overviews

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-28 13:17:51 +01:00
parent 9bdf24a852
commit ba724cc987
3 changed files with 7 additions and 14 deletions

View File

@ -353,6 +353,5 @@ $dashboard->add(
/*
* CSS
*/
$this->provideCssFile('plugin-output.less');
$this->provideCssFile('service-grid.less');
$this->provideCssFile('tables.less');

View File

@ -1,13 +0,0 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
p.plugin-output {
.text-small();
font-family: @font-family-fixed;
line-height: @line-height-small;
}
pre.plugin-output {
.text-small();
line-height: @line-height-small;
white-space: pre-wrap;
}

View File

@ -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();
}