Skip to content

Commit

Permalink
monitoring/CSS: Style plugin output
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent b223914 commit c90adc1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/monitoring/configuration.php
Expand Up @@ -352,5 +352,6 @@
* CSS
*/
$this->provideCssFile('colors.less');
$this->provideCssFile('plugin-output.less');
$this->provideCssFile('service-grid.less');
$this->provideCssFile('tables.less');
10 changes: 10 additions & 0 deletions modules/monitoring/public/css/plugin-output.less
@@ -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;
}

0 comments on commit c90adc1

Please sign in to comment.