From 6266fdf7debe2dd319154daea48be0e8f988617b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 27 Apr 2020 22:34:33 +0200 Subject: Made popup slightly more visually pleasing. --- static/style.css | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 4712119e..f787d971 100644 --- a/static/style.css +++ b/static/style.css @@ -613,15 +613,7 @@ along with their colors. background-color: #dedede; color: black; - border-top-style: solid; - border-bottom-style: solid; - border-right-style: solid; - border-color: black; - /* font-size: 8pt; */ - /* font-family: monospace; */ - - /* white-space: pre; */ overflow-y: auto; max-width: 100ch; max-height: 60ch; @@ -629,9 +621,10 @@ along with their colors. } .event-inner .popup article { - border: none; /* makes the text in the popup scroll, but not the sidebar */ overflow-y: auto; + + padding: 1em; } .event-inner .popup .location { -- cgit v1.2.3