Fixes #2776 - incomplete and curious view of the calendar
This commit is contained in:
parent
65d6c71b80
commit
4d0707a938
1 changed files with 4 additions and 0 deletions
|
@ -9616,6 +9616,7 @@ output {
|
||||||
|
|
||||||
th {
|
th {
|
||||||
background: none;
|
background: none;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
|
@ -9645,6 +9646,7 @@ output {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 5px 5px 0;
|
padding: 5px 5px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
vertical-align: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.day {
|
.day {
|
||||||
|
@ -9652,6 +9654,8 @@ output {
|
||||||
height: 26px;
|
height: 26px;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
padding: 1px 0 0 !important;
|
padding: 1px 0 0 !important;
|
||||||
|
background-color: inherit;
|
||||||
|
vertical-align: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.month,
|
.month,
|
||||||
|
|
Loading…
Reference in a new issue