Fix missing CSS parts in calendar's template

This commit is contained in:
Hadi Nategh 2020-07-23 11:47:10 +02:00
parent 0ce38aa260
commit 7942edb97b
3 changed files with 6 additions and 6 deletions

View File

@ -98,8 +98,8 @@
#calendar-sidebox_header_go,
#calendar-sidebox_header_today {
position: absolute !important;
width: 12.0px;
height: 12.0px;
width: 12px;
height: 12px;
top: 28px;
z-index: 1;
overflow: hidden;

View File

@ -119,8 +119,8 @@
#calendar-sidebox_header_go,
#calendar-sidebox_header_today {
position: absolute !important;
width: 12.0px;
height: 12.0px;
width: 12px;
height: 12px;
top: 28px;
z-index: 1;
overflow: hidden;

View File

@ -107,8 +107,8 @@
#calendar-sidebox_header_go,
#calendar-sidebox_header_today {
position: absolute !important;
width: 12.0px;
height: 12.0px;
width: 12px;
height: 12px;
top: 28px;
z-index: 1;
overflow: hidden;