lol
This commit is contained in:
parent
c891668f0e
commit
e617078a8a
2 changed files with 13 additions and 9 deletions
10
map.css
10
map.css
|
@ -83,9 +83,13 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
.legend {
|
.legend {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 35px;
|
left: 35px;
|
||||||
background: rgba(255,255,255,0.7) !important;
|
top: 1px;
|
||||||
|
height: 52px;
|
||||||
|
width: 130px;
|
||||||
|
background-color: #fff;
|
||||||
|
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
|
||||||
}
|
}
|
||||||
|
|
||||||
.type {
|
.type {
|
||||||
|
|
12
map.html
12
map.html
|
@ -100,13 +100,13 @@
|
||||||
</script>
|
</script>
|
||||||
<script id="legend-template" type="text/x-handlebars-template">
|
<script id="legend-template" type="text/x-handlebars-template">
|
||||||
<div style="padding-top: 5px;">
|
<div style="padding-top: 5px;">
|
||||||
<div style="width: 120px; height: 18px; padding-top: 5px; padding-left: 5px;">
|
<div style="width: 125px; height: 18px; padding-top: 5px; padding-left: 5px;">
|
||||||
<div style="height: 10px; width: 10px; background: rgb(209,39,35);"></div>
|
<div style="height: 10px; width: 10px; background: rgb(209,39,35); margin-top: -1px; margin-left: 5px;"></div>
|
||||||
<span style="position: absolute; left: 20px; top: 5px;">Week en weekend</span>
|
<span style="position: absolute; left: 25px; top: 5px;">Week en weekend</span>
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 120px; height: 18px; padding-top: 5px; padding-left: 5px;">
|
<div style="width: 125px; height: 18px; padding-top: 5px; padding-left: 5px;">
|
||||||
<div style="height: 10px; width: 10px; background: rgb(36, 126, 202);"></div>
|
<div style="height: 10px; width: 10px; background: rgb(36, 126, 202); margin-top: 1px; margin-left: 5px;"></div>
|
||||||
<span style="position: absolute; left: 20px; top: 30px;">Enkel week</span>
|
<span style="position: absolute; left: 25px; top: 30px;">Enkel week</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue