Visualize exercise working times in exercise collection statstics

This commit is contained in:
Maximilian Grundke
2018-03-19 18:17:34 +01:00
parent 36d0c2839d
commit d55b39eb48
4 changed files with 134 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
path.line.minimum-working-time {
stroke: #8efa00;
}
path.line.average-working-time {
stroke: #ffca00;
}
path.line.maximum-working-time {
stroke: #ff2600;
}
.exercise-id-tooltip {
position: absolute;
display: none;
min-width: 80px;
height: auto;
background: none repeat scroll 0 0 #ffffff;
border: 1px solid #008cba;
padding: 14px;
text-align: center;
}