Show date list on display page.

This commit is contained in:
Ian Gulliver
2016-01-01 18:38:17 -08:00
parent 0d563012fe
commit b1c48c0333
2 changed files with 41 additions and 1 deletions

View File

@@ -200,7 +200,7 @@ babyStatsDisplaySleepStatus, babyStatsDisplaySleepDuration {
}
babyStatsDisplayEventCounts {
margin: 15px;
margin: 20px;
display: table;
font-size: 20px;
}
@@ -246,3 +246,20 @@ babyStatsDisplayEventCountValue {
border-left: 1px solid rgb(233,127,2);
white-space: pre-line;
}
babyStatsDisplayTimelines {
display: block;
width: 100%;
}
babyStatsDisplayDate {
display: block;
margin: 15px;
text-align: center;
}
babyStatsDisplayDateTitle {
color: rgb(189,21,80);
font-size: 20px;
font-weight: bold;
}