aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-06-10 13:33:58 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-06-10 13:33:58 +0200
commitacddc16bfffed1ac2d01ae8917953d5f8421359a (patch)
tree76a14bf3160ab7ff0ca24ea903fe43419eebf20c /static/style.scss
parent'/' focuses search in HTML. (diff)
downloadcalp-acddc16bfffed1ac2d01ae8917953d5f8421359a.tar.gz
calp-acddc16bfffed1ac2d01ae8917953d5f8421359a.tar.xz
Add marker on events with descriptions.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/style.scss b/static/style.scss
index 87e62637..c2cb5086 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -579,6 +579,17 @@ along with their colors.
width: 100%;
height: 100%;
overflow: hidden;
+
+ /* TODO
+ This gets to large for really short events, placing the marker halfway
+ outside the event body.
+ */
+ .description {
+ position: absolute;
+ right: 1ex;
+ bottom: 0;
+ font-size: 200%;
+ }
}
.zero-width-events .event {