Fix calendar today/go button sometimes get misaligned in the sidebar

This commit is contained in:
Hadi Nategh 2018-07-23 10:02:40 +02:00
parent 1247485e62
commit e24dfff0ef
3 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@
#calendar-sidebox_header_go,
#calendar-sidebox_header_today {
position: absolute;
position: absolute !important;
width: 12.0px;
height: 12.0px;
top: 28px;

View File

@ -115,7 +115,7 @@
}
#calendar-sidebox_header_go,
#calendar-sidebox_header_today {
position: absolute;
position: absolute !important;
width: 12.0px;
height: 12.0px;
top: 28px;

View File

@ -103,7 +103,7 @@
}
#calendar-sidebox_header_go,
#calendar-sidebox_header_today {
position: absolute;
position: absolute !important;
width: 12.0px;
height: 12.0px;
top: 28px;