Nouvelle carte

-single.php: chargement map à la demande
This commit is contained in:
2017-02-14 06:59:44 +01:00
parent a722102766
commit 6a29ca3de0
6 changed files with 289 additions and 181 deletions

View File

@@ -163,6 +163,31 @@ input.search-field {
font-size: 10px;
}
div#locations {
display: none;
}
button#hidemap {
display: none;
}
div#center_marker {
width: 100%;
text-align: center;
}
ul.list_marker {
padding-left: 0;
margin: 2px auto;
}
.list_marker li {
display: inline;
font-size: 10px;
padding-right: 8px;
padding-left: 8px;
list-style-image: url(images/monde.png);
text-align: center;
}
.list_marker li:hover {
font-weight: bold;
}
.infowindow, .gm-style-iw {
color: #5f5f5f;
font: normal normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;