X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/bb403e2e589434e862c1b6d1206b7a61144011c6..a83424fee50c6837bcadad44ae374de98e4bb1f1:/website/css/search.css diff --git a/website/css/search.css b/website/css/search.css index 2e3dd4be..9c061783 100644 --- a/website/css/search.css +++ b/website/css/search.css @@ -26,6 +26,12 @@ form label { right: 0 } +#switch-coords { + font-size: 0.8em; + font-weight: bold; + cursor: pointer; +} + .sidebar { width: 25%; padding: 15px; @@ -53,13 +59,13 @@ form label { #map-position { display: none; position: absolute; - bottom: 0; + top: 0; right: 20px; padding: 0 5px; color: #333; font-size: 11px; background-color: rgba(255, 255, 255, 0.7); - z-index: 100; + z-index: 500; } #map-position-close {