dashboard - first version

This commit is contained in:
Sam
2017-04-02 20:12:15 +02:00
parent 72e1fc0b35
commit b31d2ad96e
150 changed files with 83352 additions and 1 deletions

View File

@ -0,0 +1,10 @@
.leaflet-control-liveupdate a {
background:#fff url(liveupdate.png) no-repeat 0 0;
background-size:26px 52px;
}
.leaflet-liveupdate-on .leaflet-control-liveupdate a {
background-position:0 -26px;
}
.leaflet-liveupdate-on a {
background-position:0 -26px;
}