From 50a67a31aaa18ec96019379a489ec65d2d641162 Mon Sep 17 00:00:00 2001 From: zeldakatze Date: Sun, 17 Aug 2025 23:21:48 +0200 Subject: add ical exports, fix event listing --- infoCalendar.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'infoCalendar.css') diff --git a/infoCalendar.css b/infoCalendar.css index 33ff39a..e2177c3 100644 --- a/infoCalendar.css +++ b/infoCalendar.css @@ -69,10 +69,25 @@ } +#infocal_views { + background: red; +} + #infocal_list .infocal_event { margin: 5px; } +#infocal_views tr th { + background: gray; + color: light-gray; +} + +#infocal_views a { + text-overflow: ellipsis; + white-space: nowrap; + overflow: scroll; +} + @media screen and (max-width: 512px) { } -- cgit v1.2.3