Show date list on display page.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user