protection if location list is empty
+ create script and style dir
This commit is contained in:
27
srcs/plugins/map_prof/styles/mp_style.css
Normal file
27
srcs/plugins/map_prof/styles/mp_style.css
Normal file
@@ -0,0 +1,27 @@
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user