aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-07 09:39:07 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-07 09:39:07 +0200
commitb24e655996463bbb17d732d81788b410f28ae05d (patch)
tree67376b6541496f8e3bf37ab2a61314a820dcb446 /static
parentAdded pretty formatter for RRULE:s. (diff)
downloadcalp-b24e655996463bbb17d732d81788b410f28ae05d.tar.gz
calp-b24e655996463bbb17d732d81788b410f28ae05d.tar.xz
Add location to blocks, rrules and last-modified to text in html.
Diffstat (limited to 'static')
-rw-r--r--static/style.css28
1 files changed, 28 insertions, 0 deletions
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 {