From acddc16bfffed1ac2d01ae8917953d5f8421359a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 10 Jun 2021 13:33:58 +0200 Subject: Add marker on events with descriptions. --- static/style.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'static') diff --git a/static/style.scss b/static/style.scss index 87e62637..c2cb5086 100644 --- a/static/style.scss +++ b/static/style.scss @@ -579,6 +579,17 @@ along with their colors. width: 100%; height: 100%; overflow: hidden; + + /* TODO + This gets to large for really short events, placing the marker halfway + outside the event body. + */ + .description { + position: absolute; + right: 1ex; + bottom: 0; + font-size: 200%; + } } .zero-width-events .event { -- cgit v1.2.3