Graph: shared multi series tooltip, refactoring PR #850

This commit is contained in:
Torkel Ödegaard
2014-09-29 16:57:05 +02:00
parent 3fb457ccd1
commit 2473ae3b47
6 changed files with 203 additions and 111 deletions
+16
View File
@@ -166,3 +166,19 @@
float: left;
}
}
.graph-tooltip {
.graph-tooltip-time {
text-align: center;
font-weight: bold;
position: relative;
top: -3px;
}
.graph-tooltip-value {
font-weight: bold;
float: right;
padding-left: 10px;
}
}