From 3007009fab9a3257de14cb3de70f85c836be67ae Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 6 Apr 2019 10:22:03 +0200 Subject: upgrade cdav calendar to version 4 --- view/css/cdav_calendar.css | 11 +- view/tpl/cdav_calendar.tpl | 285 +++++++++++++++++++++++++-------------------- view/tpl/event_head.tpl | 6 +- 3 files changed, 172 insertions(+), 130 deletions(-) (limited to 'view') diff --git a/view/css/cdav_calendar.css b/view/css/cdav_calendar.css index d68278a63..3e874a07e 100644 --- a/view/css/cdav_calendar.css +++ b/view/css/cdav_calendar.css @@ -2,13 +2,18 @@ .fc th:first-child, .fc td:first-child { - border-left-width: 0px; + border-left-width: 0px; } .fc th:last-child, .fc td:last-child { - border-right-width: 0px; - border-bottom-width: 0px; + border-right-width: 0px; + border-bottom-width: 0px; +} + +main.fullscreen .fc th:last-child, +main.fullscreen .fc td:last-child { + border-bottom-width: 1px; } .fc-unthemed th, diff --git a/view/tpl/cdav_calendar.tpl b/view/tpl/cdav_calendar.tpl index b0245e853..82413ab67 100644 --- a/view/tpl/cdav_calendar.tpl +++ b/view/tpl/cdav_calendar.tpl @@ -1,17 +1,24 @@ - - + +