diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/rater.css | 23 |
1 files changed, 22 insertions, 1 deletions
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 { | |||
112 | font-weight: bold; | 112 | font-weight: bold; |
113 | } | 113 | } |
114 | 114 | ||
115 | .event-duration, | ||
116 | .event-speaker-count, | ||
115 | .event-subtitle { | 117 | .event-subtitle { |
116 | font-size: smaller; | 118 | font-size: smaller; |
117 | } | 119 | } |
118 | 120 | ||
121 | .event-speaker-count, | ||
122 | .event-duration { | ||
123 | display: inline; | ||
124 | font-weight: bold; | ||
125 | background-color: cyan; | ||
126 | border-radius: 2px; | ||
127 | margin: 0.2em; | ||
128 | padding: 0.2em; | ||
129 | } | ||
130 | |||
131 | .event-duration:before { content: '🕒 '; } | ||
132 | .event-speaker-count:before { content: '👥 '; } | ||
133 | |||
134 | .event-duration:before, | ||
135 | .event-speaker-count:before { | ||
136 | font-size: smaller; | ||
137 | padding-bottom: 0.2rem; | ||
138 | } | ||
139 | |||
119 | .event-rating-comment { | 140 | .event-rating-comment { |
120 | min-height: 3em; | 141 | min-height: 3em; |
121 | margin-top: 0.1em; | 142 | margin-top: 0.1em; |
@@ -283,7 +304,7 @@ meter.meter-4::-webkit-meter-bar { | |||
283 | clear: both; | 304 | clear: both; |
284 | } | 305 | } |
285 | 306 | ||
286 | body.only-lectures .event-list-item:not([event_type="lecture"]), | 307 | body.only-lectures .event-list-item:not([event_type="Talk"]), |
287 | body.only-todo .event-list-item.has-own-rating, | 308 | body.only-todo .event-list-item.has-own-rating, |
288 | .filtered, | 309 | .filtered, |
289 | .hidden { | 310 | .hidden { |