]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/css/search.css
UI: keep map position when switch to reverse. Easy switching of lat,lon to lon,lat
[nominatim.git] / website / css / search.css
index 55a6f9f5cbf5b0402aa60ce5f03cd7ba6ce10761..eb0d06d735d65129fa4d4a658d99d3393ec72b1c 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;
@@ -61,6 +68,10 @@ form label {
   z-index: 100;
 }
 
+#map-position-close {
+  text-align: right;
+}
+
 .result {
   font-size: 0.8em;
   margin: 5px;