Skip to content

Commit

Permalink
CSS: Fix sparkline positioning
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 11, 2015
1 parent 30b3b61 commit ebbb061
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions public/css/icinga/widgets.less
Expand Up @@ -303,23 +303,12 @@ ul.tree li a.error:hover {
// background-color: @colorUnknown;
//}

.sparkline-box {
position: relative;
top: -3px;
float: right;
}

.dashboard .sparkline-box {
top: -3px;
}

.sparkline {
width: 12px;
height: 12px;
height: 1em;
margin-right: 0.1em;
position: relative;
top: 4px;

margin: 0em 0em 0em 0.1em;
top: 0.1em;
width: 1em;
}

.tipsy .tipsy-inner {
Expand Down

0 comments on commit ebbb061

Please sign in to comment.