Graph: multi series tooltip fix for long series names, and metric value row alignment, Fixes #983, #984

This commit is contained in:
Torkel Ödegaard
2014-10-25 12:01:31 +02:00
parent 0bf37b8c00
commit e3942b3438
2 changed files with 16 additions and 5 deletions
+10 -1
View File
@@ -178,9 +178,18 @@
top: -3px;
}
.graph-tooltip-list-item {
display: table-row;
}
.graph-tooltip-series-name {
display: table-cell;
}
.graph-tooltip-value {
display: table-cell;
font-weight: bold;
float: right;
padding-left: 10px;
text-align: right;
}
}