X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/9e2946d9a9ff5a1436403dfe051bf9f8866da178..68fd6dfad262e322f44815c835fdcf63b77ab639:/dist/assets/css/search.css diff --git a/dist/assets/css/search.css b/dist/assets/css/search.css index f7448f7..51a4490 100755 --- a/dist/assets/css/search.css +++ b/dist/assets/css/search.css @@ -1,9 +1,17 @@ - - -form { +.top-bar { width: 100%; padding: 1em 15px; } + +.top-bar #q { + max-width: 500px; +} + +.form-group-simple.hidden, +.form-group-structured.hidden { + display: none; +} + form #q { min-width: 500px; } @@ -140,6 +148,16 @@ form label { 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; +} \ No newline at end of file