use icons in location popup
This commit is contained in:
parent
79a9f95b02
commit
863ef84645
1 changed files with 6 additions and 1 deletions
|
@ -241,9 +241,14 @@ main:not([data-view=route-result]) #route-dots {
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
.location-popup .leaflet-popup-content .location {
|
.location-popup .leaflet-popup-content .location {
|
||||||
padding: 0;
|
padding: 0 0 0 42px;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.location-popup .leaflet-popup-content .icon {
|
||||||
|
top: 3px;
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
.location-popup .leaflet-popup-content .button-clear {
|
.location-popup .leaflet-popup-content .button-clear {
|
||||||
display:block;
|
display:block;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue