]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/css/search.css
replace deprecated postgis functions
[nominatim.git] / website / css / search.css
index 55a6f9f5cbf5b0402aa60ce5f03cd7ba6ce10761..d018ab94c3795ce4daa5d342b68a1d8325fffbfb 100644 (file)
@@ -51,6 +51,7 @@ form label {
 }
 
 #map-position {
+  display: none;
   position: absolute;
   top: 0;
   right: 20px;
@@ -61,6 +62,10 @@ form label {
   z-index: 100;
 }
 
+#map-position-close {
+  text-align: right;
+}
+
 .result {
   font-size: 0.8em;
   margin: 5px;