Nouvelle carte
-single.php: chargement map à la demande
This commit is contained in:
25
style.css
25
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user