X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/da4a2b7b6e0f0a487c161959459e68ddaf6e2fdf..228ef1972a915d1f960e021f4496147645e22370:/website/css/search.css diff --git a/website/css/search.css b/website/css/search.css index 9215a1d7..1f139fe4 100644 --- a/website/css/search.css +++ b/website/css/search.css @@ -1,11 +1,11 @@ - -form { +.top-bar { width: 100%; padding: 1em 15px; } -form #q { - min-width: 500px; + +.top-bar #q { + max-width: 500px; } @media (max-width: 850px) { form #q { @@ -147,6 +147,17 @@ footer p { width: 100%; } .search-button-group { - display: inline + display: inline; } } + +.search-button-group { + margin-top: 3px; + box-sizing: content-box; + margin-bottom: 3px; +} + +label { + font-weight: normal; +} +