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
1 changed files with 4 additions and 15 deletions

View File

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