aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-11-05 23:33:50 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-11-05 23:33:50 +0100
commit76e9705f47955f90e1b593ddc850bdb451417435 (patch)
treec0ff8b0052795952d899c7984bc90b9341a78431 /static/style.scss
parentIntroduce event_from_popup and vice versa. (diff)
downloadcalp-76e9705f47955f90e1b593ddc850bdb451417435.tar.gz
calp-76e9705f47955f90e1b593ddc850bdb451417435.tar.xz
Move category css from .event to .popup.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/static/style.scss b/static/style.scss
index ff90bc20..954f84fe 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -550,9 +550,6 @@ along with their colors.
white-space: pre;
}
- .category {
- display: inline-block;
- }
}
.event-body {
@@ -739,6 +736,11 @@ along with their colors.
font-style: initial;
}
+ .category {
+ display: inline-block;
+ margin-right: 1ex;
+ }
+
.popup-control {
display: flex;
flex-direction: column;