forked from extern/egroupware
Fix calendar today/go button sometimes get misaligned in the sidebar
This commit is contained in:
parent
1247485e62
commit
e24dfff0ef
@ -94,7 +94,7 @@
|
|||||||
|
|
||||||
#calendar-sidebox_header_go,
|
#calendar-sidebox_header_go,
|
||||||
#calendar-sidebox_header_today {
|
#calendar-sidebox_header_today {
|
||||||
position: absolute;
|
position: absolute !important;
|
||||||
width: 12.0px;
|
width: 12.0px;
|
||||||
height: 12.0px;
|
height: 12.0px;
|
||||||
top: 28px;
|
top: 28px;
|
||||||
|
@ -115,7 +115,7 @@
|
|||||||
}
|
}
|
||||||
#calendar-sidebox_header_go,
|
#calendar-sidebox_header_go,
|
||||||
#calendar-sidebox_header_today {
|
#calendar-sidebox_header_today {
|
||||||
position: absolute;
|
position: absolute !important;
|
||||||
width: 12.0px;
|
width: 12.0px;
|
||||||
height: 12.0px;
|
height: 12.0px;
|
||||||
top: 28px;
|
top: 28px;
|
||||||
|
@ -103,7 +103,7 @@
|
|||||||
}
|
}
|
||||||
#calendar-sidebox_header_go,
|
#calendar-sidebox_header_go,
|
||||||
#calendar-sidebox_header_today {
|
#calendar-sidebox_header_today {
|
||||||
position: absolute;
|
position: absolute !important;
|
||||||
width: 12.0px;
|
width: 12.0px;
|
||||||
height: 12.0px;
|
height: 12.0px;
|
||||||
top: 28px;
|
top: 28px;
|
||||||
|
Loading…
Reference in New Issue
Block a user