mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
2829516735
commit
42a3ecea6f
@ -30,6 +30,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Performance data pie charts
|
||||||
|
.sparkline {
|
||||||
|
height: 1em;
|
||||||
|
margin-right: 0.1em;
|
||||||
|
position: relative;
|
||||||
|
top: 0.1em;
|
||||||
|
width: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.hosts-summary,
|
.hosts-summary,
|
||||||
.services-summary {
|
.services-summary {
|
||||||
.v-center();
|
.v-center();
|
||||||
|
@ -214,14 +214,6 @@ ul.tree li a.error:hover {
|
|||||||
// background-color: @colorUnknown;
|
// background-color: @colorUnknown;
|
||||||
//}
|
//}
|
||||||
|
|
||||||
.sparkline {
|
|
||||||
height: 1em;
|
|
||||||
margin-right: 0.1em;
|
|
||||||
position: relative;
|
|
||||||
top: 0.1em;
|
|
||||||
width: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tipsy .tipsy-inner {
|
.tipsy .tipsy-inner {
|
||||||
// overwrite tooltip max width, we need them to grow bigger
|
// overwrite tooltip max width, we need them to grow bigger
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user