Files
2023_WEBSITE_jipf/srcs/plugins/map_prof/styles/mp_style.css
lenovo 7b37d30f7b cluster markers works
+ they are personalizable
+ cluster icon grow without getting fat
+ js function for errors
+ scripts dont enqueue on all pages
+ php array of event function more light without coordinates
- coordinates not yet retrieved by js
2022-11-04 21:27:39 +01:00

29 lines
454 B
CSS

#ljdp_map {
height: 500px;
width: 100%;
}
#temoin {
color: blue;
}
/*
* styling zoom buttons on map
*/
/* hide the rectangular box container */
div.gmnoprint div {
visibility: hidden;
}
/* shape buttons in circles */
button.gm-control-active {
visibility: visible;
border-radius: 50% !important;
background-color: rgb(255, 255, 255) !important;
}
/* gap between the buttons */
button.gm-control-active ~ div {
height: 10px !important;
}