aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-27 22:34:33 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-27 22:34:33 +0200
commit6266fdf7debe2dd319154daea48be0e8f988617b (patch)
tree0a69fcc2d8b3858b16778a68d3bddbda8a129732
parentRemove href completely when popups are enabled. (diff)
downloadcalp-6266fdf7debe2dd319154daea48be0e8f988617b.tar.gz
calp-6266fdf7debe2dd319154daea48be0e8f988617b.tar.xz
Made popup slightly more visually pleasing.
-rw-r--r--static/style.css11
1 files changed, 2 insertions, 9 deletions
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 {