Highlight gaps in exercise working time

This commit is contained in:
Maximilian Grundke
2018-04-10 14:15:35 +02:00
parent 8cdf909188
commit eb2b18a22f
5 changed files with 32 additions and 24 deletions

View File

@@ -58,6 +58,10 @@ div.negative-result {
box-shadow: 0px 0px 11px 1px rgba(222,0,0,1);
}
tr.highlight {
border-top: 2px solid rgba(222,0,0,1);
}
/////////////////////////////////////////////////////////////////////////////////////////////
// StatisticsController: