diff --git a/footer.php b/footer.php index b00d5e0..c09f1df 100755 --- a/footer.php +++ b/footer.php @@ -56,7 +56,7 @@ - + \ No newline at end of file diff --git a/header.php b/header.php index 0198cc5..e8f832b 100755 --- a/header.php +++ b/header.php @@ -9,7 +9,7 @@ - +
+
"; + ?> + +
+ + + + + diff --git a/style.css b/style.css index fe70c80..7320c0e 100644 --- a/style.css +++ b/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;