From f0ab3a5972e22034a7ec7142cd89a802447cc675 Mon Sep 17 00:00:00 2001 From: nathangray Date: Wed, 25 Jan 2017 10:23:24 -0700 Subject: [PATCH] Fix top half of week label was not clickable in Firefox --- calendar/templates/default/app.css | 2 +- calendar/templates/mobile/app.css | 2 +- calendar/templates/pixelegg/app.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index d45d266905..f53f8c767a 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -578,7 +578,7 @@ Hide subsequent headers in week view with non-consolidated owners position: absolute; width: 55px; } -.calendar_TimeGridNoLabel > .calendar_calGridHeader > ul { +.calendar_TimeGridNoLabel > .calendar_calGridHeader > span.et2_label { display: none; } .calendar_calDayColHeader img { diff --git a/calendar/templates/mobile/app.css b/calendar/templates/mobile/app.css index 8dac49fc3e..ac461592c3 100644 --- a/calendar/templates/mobile/app.css +++ b/calendar/templates/mobile/app.css @@ -69,7 +69,7 @@ #calendar-view_view.hideDayColHeader tr:not(:first-of-type) .calendar_calGridHeader > span.et2_label { overflow: visible !important; } -} + } /** * Sidebox */ diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 67504b4a73..5d8e9f9e41 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -572,7 +572,7 @@ Hide subsequent headers in week view with non-consolidated owners position: absolute; width: 55px; } -.calendar_TimeGridNoLabel > .calendar_calGridHeader > ul { +.calendar_TimeGridNoLabel > .calendar_calGridHeader > span.et2_label { display: none; } .calendar_calDayColHeader img {