From 27db823c46c83b13b4cf36c865471633da74816e Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 12 Oct 2024 21:29:51 +0200 Subject: Use pretalx instead of frab --- static/rater.css | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'static/rater.css') diff --git a/static/rater.css b/static/rater.css index ae54a13..b73f4a0 100644 --- a/static/rater.css +++ b/static/rater.css @@ -112,10 +112,31 @@ body.four-column .event-list-item { font-weight: bold; } +.event-duration, +.event-speaker-count, .event-subtitle { font-size: smaller; } +.event-speaker-count, +.event-duration { + display: inline; + font-weight: bold; + background-color: cyan; + border-radius: 2px; + margin: 0.2em; + padding: 0.2em; +} + +.event-duration:before { content: '🕒 '; } +.event-speaker-count:before { content: '👥 '; } + +.event-duration:before, +.event-speaker-count:before { + font-size: smaller; + padding-bottom: 0.2rem; +} + .event-rating-comment { min-height: 3em; margin-top: 0.1em; @@ -283,7 +304,7 @@ meter.meter-4::-webkit-meter-bar { clear: both; } -body.only-lectures .event-list-item:not([event_type="lecture"]), +body.only-lectures .event-list-item:not([event_type="Talk"]), body.only-todo .event-list-item.has-own-rating, .filtered, .hidden { -- cgit v1.2.3