Files
2023_WEBSITE_jipf/srcs/plugins/google_map/style.css
2022-10-25 21:47:42 +02:00

32 lines
318 B
CSS
Executable File

.ink_set{
margin-top: 10px;
}
.latitude, .longitude, .zoom {
/* display:none;*/
}
#showmap{
width:500px;
height:380px;
border: 2px solid rgb(207, 203, 203);
margin-top:10px;
}
.submit_button{
margin-top:20px;
}
.gm_lat{
margin-left: 20px;
}
.gm_log{
margin-left: 10px;
}
.gm_zoom{
margin-left: 35px;
}