Improved the presentation forecast.

This commit is contained in:
2026-04-02 16:26:49 +10:00
parent a88811e146
commit 9103542602
3 changed files with 80 additions and 3 deletions

View File

@@ -30,3 +30,23 @@ body.phone .logo {
body.phone .calBanner .col:first-child {
display: none;
}
.calGridTable {
white-space: nowrap;
}
.calGridTable th {
background-color: #f3f3f3;
font-weight: normal;
font-size: 0.85em;
}
.cal-grid-label {
font-weight: bold;
background-color: #f3f3f3;
}
.cal-grid-cell {
cursor: pointer;
font-size: 0.9em;
}
.cal-grid-cell:hover {
background-color: #94b6bd;
color: #ffffff;
}