CSS: Move sparkline styles to monitoring module

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-12 09:44:22 +01:00
parent 2829516735
commit 42a3ecea6f
2 changed files with 9 additions and 8 deletions

View File

@ -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();

View File

@ -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;