From be2f36b57f00f75176192c86f248ac1533a093c4 Mon Sep 17 00:00:00 2001 From: Jelmer van der Linde Date: Sat, 16 Sep 2017 12:12:18 +0200 Subject: [PATCH] Make the map attribution the same style as the checkbox --- index.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c92b042..e2af813 100644 --- a/index.html +++ b/index.html @@ -22,10 +22,24 @@ #controls { position: fixed; - bottom: 10px; - left: 10px; + bottom: 0; + left: 0; z-index: 1000; } + + #seamap .leaflet-control-attribution, + #controls { + margin: 10px; + font-size: 12px; + color: #ccc; + background: none; + text-shadow: 0px 0px 2px black; + } + + #seamap .leaflet-control-attribution a { + color: inherit; + text-decoration: underline; + }