Improved the presentation forecast.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user