This commit is contained in:
Gilles Jacobs 2014-12-12 00:05:16 +01:00
parent c891668f0e
commit e617078a8a
2 changed files with 13 additions and 9 deletions

10
map.css
View file

@ -83,9 +83,13 @@ table {
}
.legend {
position: absolute;
left: 35px;
background: rgba(255,255,255,0.7) !important;
position: absolute;
left: 35px;
top: 1px;
height: 52px;
width: 130px;
background-color: #fff;
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
}
.type {

View file

@ -100,13 +100,13 @@
</script>
<script id="legend-template" type="text/x-handlebars-template">
<div style="padding-top: 5px;">
<div style="width: 120px; height: 18px; padding-top: 5px; padding-left: 5px;">
<div style="height: 10px; width: 10px; background: rgb(209,39,35);"></div>
<span style="position: absolute; left: 20px; top: 5px;">Week en weekend</span>
<div style="width: 125px; height: 18px; padding-top: 5px; padding-left: 5px;">
<div style="height: 10px; width: 10px; background: rgb(209,39,35); margin-top: -1px; margin-left: 5px;"></div>
<span style="position: absolute; left: 25px; top: 5px;">Week en weekend</span>
</div>
<div style="width: 120px; height: 18px; padding-top: 5px; padding-left: 5px;">
<div style="height: 10px; width: 10px; background: rgb(36, 126, 202);"></div>
<span style="position: absolute; left: 20px; top: 30px;">Enkel week</span>
<div style="width: 125px; height: 18px; padding-top: 5px; padding-left: 5px;">
<div style="height: 10px; width: 10px; background: rgb(36, 126, 202); margin-top: 1px; margin-left: 5px;"></div>
<span style="position: absolute; left: 25px; top: 30px;">Enkel week</span>
</div>
</div>
</script>