aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
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 {