mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Fix missing CSS parts in calendar's template
This commit is contained in:
parent
0ce38aa260
commit
7942edb97b
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user