mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-12-03 11:14:13 +01:00
parent
9bdf24a852
commit
ba724cc987
@ -353,6 +353,5 @@ $dashboard->add(
|
|||||||
/*
|
/*
|
||||||
* CSS
|
* CSS
|
||||||
*/
|
*/
|
||||||
$this->provideCssFile('plugin-output.less');
|
|
||||||
$this->provideCssFile('service-grid.less');
|
$this->provideCssFile('service-grid.less');
|
||||||
$this->provideCssFile('tables.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;
|
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 {
|
.state-header {
|
||||||
.clearfix();
|
.clearfix();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user