X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/cb5c9a8f77ae6e220a4565d43ef6f182b7831844..621fbc3ae3d560335fde771907bb0fe80a134734:/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 +}