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,
|
||||
.services-summary {
|
||||
.v-center();
|
||||
|
|
|
@ -214,14 +214,6 @@ ul.tree li a.error:hover {
|
|||
// background-color: @colorUnknown;
|
||||
//}
|
||||
|
||||
.sparkline {
|
||||
height: 1em;
|
||||
margin-right: 0.1em;
|
||||
position: relative;
|
||||
top: 0.1em;
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
.tipsy .tipsy-inner {
|
||||
// overwrite tooltip max width, we need them to grow bigger
|
||||
max-width: 300px;
|
||||
|
|
Loading…
Reference in New Issue