X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/2468fada11baeb5ce55d62927609cdd60742c4f8..6e3b5bc9ee5b462a050841531636ff68586d1e68:/dist/assets/css/search.css diff --git a/dist/assets/css/search.css b/dist/assets/css/search.css index 0e7d437..7026a38 100755 --- a/dist/assets/css/search.css +++ b/dist/assets/css/search.css @@ -7,9 +7,9 @@ max-width: 500px; } -.form-group-simple.hidden, -.form-group-structured.hidden { - display: none; +.tab-content { + border: 1px solid #ddd; + border-top: none; } form #q { @@ -52,7 +52,7 @@ form #q { #map-wrapper { position: relative; - min-height: 700px; + height: calc(100vh - 250pt); width: 75%; padding-right: 20px; display: inline-block; @@ -61,7 +61,6 @@ form #q { #map { height: 100%; - min-height: 700px; background:#eee; } @@ -156,4 +155,4 @@ form #q { label { font-weight: normal; -} \ No newline at end of file +}