monitoring/CSS: Style plugin output

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 11:43:42 +02:00
parent b223914153
commit c90adc1966
2 changed files with 11 additions and 0 deletions

View File

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

View File

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