changed logos
This commit is contained in:
parent
64c0c18f2a
commit
a76463771f
2 changed files with 10 additions and 3 deletions
10
map.css
10
map.css
|
@ -78,9 +78,13 @@ table {
|
|||
background: rgba(255,255,255,0.0);
|
||||
}
|
||||
|
||||
#zeus {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.legend {
|
||||
position: absolute;
|
||||
left: 33px;
|
||||
left: 35px;
|
||||
background: rgba(255,255,255,0.7) !important;
|
||||
}
|
||||
|
||||
|
@ -115,6 +119,10 @@ table {
|
|||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
.info {
|
||||
max-width: 90px;s
|
||||
}
|
||||
|
||||
#schamper {
|
||||
width: 90px;
|
||||
}
|
||||
|
|
3
map.html
3
map.html
|
@ -93,8 +93,7 @@
|
|||
</script>
|
||||
<script id="info-template" type="text/x-handlebars-template">
|
||||
<a href="http://schamper.be/"><img id="schamper" src='schamper.png'></a>
|
||||
<div style="padding-left: 5px"></div>
|
||||
<a href="http://zeus.ugent.be/"><img id="zeus" src='zeus.png' style="float: right;"></a>
|
||||
<a href="http://zeus.ugent.be/"><img id="zeus" src='zeus.png'></a>
|
||||
</script>
|
||||
<script id="share-template" type="text/x-handlebars-template">
|
||||
<div class="fb-share-button" data-href="http://zeus.ugent.be/blok/" data-layout="button_count"></div>
|
||||
|
|
Loading…
Reference in a new issue