From 1773e20839c75a01fd14af3015c0a054c5b83807 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 23 Nov 2021 00:37:31 +0100 Subject: Add close button on trip index --- example/static/style/base.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'example') 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%; -- cgit v1.2.3-70-g09d2