aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-04-06 10:22:03 +0200
committerMario Vavti <mario@mariovavti.com>2019-04-06 10:22:03 +0200
commit3007009fab9a3257de14cb3de70f85c836be67ae (patch)
tree933305c3a419c09cde58a1dd7f859d1009337edf /view/css
parent6adb489cb3e82d988f40b3ad79041bf8c6e48f32 (diff)
downloadvolse-hubzilla-3007009fab9a3257de14cb3de70f85c836be67ae.tar.gz
volse-hubzilla-3007009fab9a3257de14cb3de70f85c836be67ae.tar.bz2
volse-hubzilla-3007009fab9a3257de14cb3de70f85c836be67ae.zip
upgrade cdav calendar to version 4
Diffstat (limited to 'view/css')
-rw-r--r--view/css/cdav_calendar.css11
1 files changed, 8 insertions, 3 deletions
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,