Files
DOCKER_wordpress/srcs/plugins/map_prof/styles/mp_style.css
lenovo cfc747bad3 added bounds to keep view inside map
+ changed marker icon to works unified with cluster
2022-11-07 18:57:05 +01:00

25 lines
245 B
CSS

#ljdp_map_wrapper {
position: relative;
}
#ljdp_map {
height: 500px;
width: 100%;
}
#temoin {
color: blue;
}
#ljdp_map_filters {
border: 1px solid blue;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 30px;
}