From 63efdf9d80f781f462d8e4905affba6689a247a3 Mon Sep 17 00:00:00 2001 From: Christian Mayer Date: Wed, 11 Jul 2018 07:56:57 +0200 Subject: [PATCH] Add links in shared map to Imprint and Declaration of Data Privacy --- res/css/share.css | 23 +++++++++++++++++++++-- tpl/share.html | 3 +++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/res/css/share.css b/res/css/share.css index 9b15611..11294c9 100644 --- a/res/css/share.css +++ b/res/css/share.css @@ -7,14 +7,28 @@ body { } #app-logo { position: absolute; - bottom: .5em; left: .5em; + bottom: 1.5em; } #cmpy-logo { position: absolute; left: 50px; - bottom: 0.5em; + bottom: 1.5em; } + +.legal-stuff { + position: absolute; + left: 0; + bottom: 0; + font-size: 1.0rem; + background-color: white; + border-radius: 4px 0 0; + padding: 2px; +} +.legal-stuff a { + color: #980606; +} + .popover-content { min-width: 150px; } @@ -50,3 +64,8 @@ body { font-size: 10px; } } +@media screen and (max-width: 375px) { + .ol-attribution ul { + max-width: 205px; + } +} diff --git a/tpl/share.html b/tpl/share.html index 933e001..e857224 100644 --- a/tpl/share.html +++ b/tpl/share.html @@ -54,6 +54,9 @@ title="meggsimum - Büro für Geoinformatik" target="_blank"> www.meggsimum.de +