]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/css/search.css
Merge remote-tracking branch 'upstream/master' into move-mouse-position-info-on-map
[nominatim.git] / website / css / search.css
index 55a6f9f5cbf5b0402aa60ce5f03cd7ba6ce10761..2e3dd4bea7abfd5eca35f4826d29fd2c540ae084 100644 (file)
@@ -51,8 +51,9 @@ form label {
 }
 
 #map-position {
+  display: none;
   position: absolute;
-  top: 0;
+  bottom: 0;
   right: 20px;
   padding: 0 5px;
   color: #333;
@@ -61,6 +62,10 @@ form label {
   z-index: 100;
 }
 
+#map-position-close {
+  text-align: right;
+}
+
 .result {
   font-size: 0.8em;
   margin: 5px;