aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-27 17:06:31 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-27 17:06:31 +0200
commit3f2ad7c6a7ff95693c0cf64f72ed95bb6adb3521 (patch)
tree275075cf53c975163540363b608b6fb674489883 /static
parentChange scroll behaviour in popups. (diff)
downloadcalp-3f2ad7c6a7ff95693c0cf64f72ed95bb6adb3521.tar.gz
calp-3f2ad7c6a7ff95693c0cf64f72ed95bb6adb3521.tar.xz
Minor updates.
Diffstat (limited to 'static')
-rw-r--r--static/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 2cfa5f8a..fb2759df 100644
--- a/static/style.css
+++ b/static/style.css
@@ -615,6 +615,11 @@ along with their colors.
overflow-y: auto;
}
+.event-inner .popup .location {
+ font-style: initial;
+ /* font-size: initial; */
+}
+
.popup .popup-control {
display: flex;
flex-direction: column;