Skip to content

Commit

Permalink
Show m logo also in share app
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Jul 8, 2016
1 parent e9fdaee commit 3cff094
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions res/css/share.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ body {
bottom: .5em;
left: .5em;
}
#cmpy-logo {
position: absolute;
left: 50px;
bottom: 0.5em;
}
.popover-content {
min-width: 150px;
}
Expand Down
4 changes: 4 additions & 0 deletions tpl/share.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
<a id="app-logo" class="" href="./" title="Created with Shareloc by meggsimum - WebGIS and more" target="_blank">
<img alt="Shareloc by www.meggsimum.de" src="res/img/shareloc-logo-mini.png">
</a>
<a id="cmpy-logo" href="http://www.meggsimum.de/"
title="meggsimum - WebGIS and more" target="_blank">
<img alt="www.meggsimim.de" src="./res/img/meggsimum.png" width="35">
</a>

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

0 comments on commit 3cff094

Please sign in to comment.