Änderungen

194 Bytes hinzugefügt ,  23:45, 4. Mär. 2020
keine Bearbeitungszusammenfassung
Zeile 64: Zeile 64:  
     display: block;
 
     display: block;
 
width: 100%;
 
width: 100%;
     height: 70px;
+
     height: 100%;
 
     background-color: rgb(247,247,247);
 
     background-color: rgb(247,247,247);
 
     padding: 10px 15px;
 
     padding: 10px 15px;
Zeile 95: Zeile 95:  
border:1px;
 
border:1px;
    +
}
 +
 +
/* Default icon URLs */
 +
.leaflet-default-icon-path {
 +
    background-image: url(images/marker-icon.png);
 +
}
 +
 +
.leaflet-default-shadow-path {
 +
    background-image: url(images/marker-shadow.png);
 
}
 
}