parent
9bdf24a852
commit
ba724cc987
|
@ -353,6 +353,5 @@ $dashboard->add(
|
|||
/*
|
||||
* CSS
|
||||
*/
|
||||
$this->provideCssFile('plugin-output.less');
|
||||
$this->provideCssFile('service-grid.less');
|
||||
$this->provideCssFile('tables.less');
|
||||
|
|
|
@ -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;
|
||||
}
|
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue