aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 875adc18..9b680a52 100644
--- a/static/style.css
+++ b/static/style.css
@@ -499,6 +499,15 @@ along with their colors.
width: 100%;
}
+.zero-width-events .event {
+ width: initial;
+ padding: 0.5em;
+ margin: 0.2em;
+ border-radius: 1ex;
+ position: relative;
+ float: left;
+}
+
.events .event.continuing {
border-bottom: none;
background-image: linear-gradient(to top, #0007 0%,#FFF0 2em);