forked from extern/egroupware
Fix all day event click/drop target overlaps first appointment time in Firefox
This commit is contained in:
parent
a23acf1dfa
commit
27822fcd66
@ -561,6 +561,9 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
display:flex;
|
display:flex;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
|
#calendar-view_view.hideDayColHeader .calendar_calGridHeader > div {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
.calendar_calGridHeader > label {
|
.calendar_calGridHeader > label {
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -556,6 +556,9 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
|
#calendar-view_view.hideDayColHeader .calendar_calGridHeader > div {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
.calendar_calGridHeader > label {
|
.calendar_calGridHeader > label {
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
Loading…
Reference in New Issue
Block a user