X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/a1c6b5056dec8a0407c439f4bab94711b5a6b6a3..2bcbaf5c3cc9abc5ad65393d17bf8708553cf539:/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 +}