]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/css/search.css
On /search.php the map-position box disappeared behind the map tiles
[nominatim.git] / website / css / search.css
index d018ab94c3795ce4daa5d342b68a1d8325fffbfb..9c061783bcd0ca61b2391b2f0b3ca0f36d2a0ead 100644 (file)
@@ -26,6 +26,12 @@ form label {
   right: 0
 }
 
   right: 0
 }
 
+#switch-coords {
+  font-size: 0.8em;
+  font-weight: bold;
+  cursor: pointer;
+}
+
 .sidebar {
   width: 25%;
   padding: 15px;
 .sidebar {
   width: 25%;
   padding: 15px;
@@ -59,7 +65,7 @@ form label {
   color: #333;
   font-size: 11px;
   background-color: rgba(255, 255, 255, 0.7);
   color: #333;
   font-size: 11px;
   background-color: rgba(255, 255, 255, 0.7);
-  z-index: 100;
+  z-index: 500;
 }
 
 #map-position-close {
 }
 
 #map-position-close {