X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/dba5b2f86e3b91eade86a851932004a56b34134e..9905bbf733542af5f0ac1e3d827fbb353b446beb:/website/css/search.css diff --git a/website/css/search.css b/website/css/search.css index d018ab94..9215a1d7 100644 --- a/website/css/search.css +++ b/website/css/search.css @@ -8,9 +8,9 @@ form #q { min-width: 500px; } @media (max-width: 850px) { -form #q { - min-width: 400px; -} + form #q { + min-width: 400px; + } } form .checkbox-inline { margin-left: 10px; @@ -26,6 +26,12 @@ form label { right: 0 } +#switch-coords { + font-size: 0.8em; + font-weight: bold; + cursor: pointer; +} + .sidebar { width: 25%; padding: 15px; @@ -37,7 +43,7 @@ form label { #map-wrapper { position: relative; - min-height: 700px; + min-height: 500px; width: 75%; padding-right: 20px; display: inline-block; @@ -45,8 +51,8 @@ form label { } #map { - height: 100%; - min-height: 700px; + height: 90%; + min-height: 500px; background:#eee; } @@ -59,7 +65,7 @@ form label { color: #333; font-size: 11px; background-color: rgba(255, 255, 255, 0.7); - z-index: 100; + z-index: 500; } #map-position-close {