From b24e655996463bbb17d732d81788b410f28ae05d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 7 Apr 2020 09:39:07 +0200 Subject: Add location to blocks, rrules and last-modified to text in html. --- static/style.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index e7a51a6e..83cd35d5 100644 --- a/static/style.css +++ b/static/style.css @@ -435,6 +435,34 @@ Find color between gray and lightgray border: 3px dashed black; } +.event .location { + display: block; + font-size: 80%; + font-style: italic; + white-space: pre; +} + +.event .repeating { + float: left; + color: red; + font-size: 150%; +} + +.eventtext .location { + display: inline-block; + vertical-align: text-top; +} + +.eventtext .last-modified, +.eventtext .rrule { + display: flex; + justify-content: right; + text-align: right; + font-size: 80%; + color: grey; + padding-right: 1em; +} + /* */ .longevents .event { -- cgit v1.2.3