CSS: Fix sparkline positioning

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-11 15:06:23 +01:00
parent 30b3b61e43
commit ebbb061db7

View File

@ -303,23 +303,12 @@ ul.tree li a.error:hover {
// background-color: @colorUnknown; // background-color: @colorUnknown;
//} //}
.sparkline-box {
position: relative;
top: -3px;
float: right;
}
.dashboard .sparkline-box {
top: -3px;
}
.sparkline { .sparkline {
width: 12px; height: 1em;
height: 12px; margin-right: 0.1em;
position: relative; position: relative;
top: 4px; top: 0.1em;
width: 1em;
margin: 0em 0em 0em 0.1em;
} }
.tipsy .tipsy-inner { .tipsy .tipsy-inner {