summaryrefslogtreecommitdiff
path: root/example/static
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2021-11-23 00:37:31 +0100
committerJoel Klinghed <the_jk@spawned.biz>2021-11-23 00:37:31 +0100
commit1773e20839c75a01fd14af3015c0a054c5b83807 (patch)
tree7ee3c6278dd7e000866aa20f634259a8ba425e88 /example/static
parent78f4d23b295f992e3066b878e0f5ef8dcf21ae51 (diff)
Add close button on trip index
Diffstat (limited to 'example/static')
-rw-r--r--example/static/style/base.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/example/static/style/base.css b/example/static/style/base.css
index d77b27b..cdfbe23 100644
--- a/example/static/style/base.css
+++ b/example/static/style/base.css
@@ -14,6 +14,13 @@ a.maps {
font-size: 90%;
}
+body > a#close {
+ position: absolute;
+ right: 1em;
+ top: 1em;
+ display: block;
+}
+
.subtitle {
text-color: lightgrey;
font-size: 90%;