]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/css/search.css
remove unused code
[nominatim.git] / website / css / search.css
index 55a6f9f5cbf5b0402aa60ce5f03cd7ba6ce10761..9c061783bcd0ca61b2391b2f0b3ca0f36d2a0ead 100644 (file)
@@ -26,6 +26,12 @@ form label {
   right: 0
 }
 
+#switch-coords {
+  font-size: 0.8em;
+  font-weight: bold;
+  cursor: pointer;
+}
+
 .sidebar {
   width: 25%;
   padding: 15px;
@@ -51,6 +57,7 @@ form label {
 }
 
 #map-position {
+  display: none;
   position: absolute;
   top: 0;
   right: 20px;
@@ -58,7 +65,11 @@ form label {
   color: #333;
   font-size: 11px;
   background-color: rgba(255, 255, 255, 0.7);
-  z-index: 100;
+  z-index: 500;
+}
+
+#map-position-close {
+  text-align: right;
 }
 
 .result {