Add per-hour event counts.

This commit is contained in:
Ian Gulliver
2015-12-31 10:51:42 -08:00
parent 84fb696be4
commit cbc4fa4cee
2 changed files with 7 additions and 1 deletions

View File

@@ -215,6 +215,7 @@ babyStatsDisplayEventCountSpacer {
babyStatsDisplayEventCountHeaderTitle {
display: table-cell;
padding: 4px;
text-align: center;
color: rgb(138,155,15);
font-weight: bold;
border-left: 1px solid rgb(233,127,2);
@@ -228,6 +229,7 @@ babyStatsDisplayEventCountTitle {
display: table-cell;
padding: 4px;
text-align: right;
vertical-align: middle;
color: rgb(73,10,61);
font-weight: bold;
border-top: 1px solid rgb(233,127,2);
@@ -237,7 +239,9 @@ babyStatsDisplayEventCountValue {
display: table-cell;
padding: 4px;
text-align: center;
vertical-align: middle;
color: rgb(189,21,80);
border-top: 1px solid rgb(233,127,2);
border-left: 1px solid rgb(233,127,2);
white-space: pre-line;
}