Skip to content

Commit

Permalink
CSS: Move sparkline styles to monitoring module
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 12, 2015
1 parent 2829516 commit 42a3ece
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 9 additions & 0 deletions modules/monitoring/public/css/module.less
Expand Up @@ -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();
Expand Down
8 changes: 0 additions & 8 deletions public/css/icinga/widgets.less
Expand Up @@ -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;
Expand Down

0 comments on commit 42a3ece

Please sign in to comment.