From b01f3793f7205c1b3c89af40c469ad933282629d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 19 Mar 2020 16:31:27 +0100 Subject: Add relevant content to calendar table. --- static/style.css | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 810fa0b4..d38d8833 100644 --- a/static/style.css +++ b/static/style.css @@ -132,13 +132,41 @@ body { .caltable .thead { font-weight: bold; - text-align: center; + display: flex; + align-items: center; + justify-content: center; } -.caltable div { +.caltable .thead, +.caltable .tbody { border: 1px solid gray; } +.caltable .tbody { + overflow-y: auto; +} + +.inline-event { + font-size: 8pt; + border-radius: 5px; + padding: 2px; + margin: 2px; + font-family: arial; +} + +.date-info .day-number { + font-size: 150%; + padding: 2pt; +} + +.date-info .month-name { + color: gray; +} + +.date-info .year-number { + color: gray; +} + /* ---------------------------------------- */ .calendar { -- cgit v1.2.3