Skip to content

Commit

Permalink
Add links in shared map to Imprint and Declaration of Data Privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Jul 11, 2018
1 parent 813932a commit 63efdf9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
23 changes: 21 additions & 2 deletions res/css/share.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -50,3 +64,8 @@ body {
font-size: 10px;
}
}
@media screen and (max-width: 375px) {
.ol-attribution ul {
max-width: 205px;
}
}
3 changes: 3 additions & 0 deletions tpl/share.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
title="meggsimum - Büro für Geoinformatik" target="_blank">
<img alt="www.meggsimum.de" src="./res/img/meggsimum.png" width="35">
</a>
<div class="legal-stuff">
<a href="https://meggsimum.de/impressum/">Impressum</a> | <a href="https://meggsimum.de/datenschutzerklaerung/">Datenschutzerkl.</a>
</div>

<div style="display: none;">
<!-- Popup -->
Expand Down

0 comments on commit 63efdf9

Please sign in to comment.