use icons in location popup

This commit is contained in:
Laura Klünder 2017-11-15 14:53:41 +01:00
parent 79a9f95b02
commit 863ef84645

View file

@ -241,9 +241,14 @@ main:not([data-view=route-result]) #route-dots {
line-height: 1.6;
}
.location-popup .leaflet-popup-content .location {
padding: 0;
padding: 0 0 0 42px;
height: auto;
margin-bottom: 10px;
position: relative;
}
.location-popup .leaflet-popup-content .icon {
top: 3px;
left: 0;
}
.location-popup .leaflet-popup-content .button-clear {
display:block;