lol
This commit is contained in:
parent
c891668f0e
commit
e617078a8a
2 changed files with 13 additions and 9 deletions
6
map.css
6
map.css
|
@ -85,7 +85,11 @@ table {
|
|||
.legend {
|
||||
position: absolute;
|
||||
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 {
|
||||
|
|
12
map.html
12
map.html
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue