From 88e14917882b0c3f79e942b61027882fe9a7fe87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 24 May 2020 22:31:08 +0200 Subject: Handle events with no DTEND. --- static/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 875adc18..9b680a52 100644 --- a/static/style.css +++ b/static/style.css @@ -499,6 +499,15 @@ along with their colors. width: 100%; } +.zero-width-events .event { + width: initial; + padding: 0.5em; + margin: 0.2em; + border-radius: 1ex; + position: relative; + float: left; +} + .events .event.continuing { border-bottom: none; background-image: linear-gradient(to top, #0007 0%,#FFF0 2em); -- cgit v1.2.3