X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/68fd6dfad262e322f44815c835fdcf63b77ab639..70425bd01a6dfbbdec384eb6b21fbad3e83ef6e4:/dist/assets/css/search.css diff --git a/dist/assets/css/search.css b/dist/assets/css/search.css index 51a4490..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 { @@ -20,11 +20,10 @@ form #q { min-width: 400px; } } -form .checkbox-inline { - margin-left: 10px; -} -form label { - font-weight: normal; + +#reverse-page form label { + margin-left: 0.4rem; + margin-right: 0.4rem; } .search-type-link { @@ -35,9 +34,11 @@ form label { } #switch-coords { - font-size: 0.8em; + font-size: 0.6rem; font-weight: bold; cursor: pointer; + padding: 2px; + margin: 5px; } .sidebar { @@ -51,7 +52,7 @@ form label { #map-wrapper { position: relative; - min-height: 700px; + height: calc(100vh - 250pt); width: 75%; padding-right: 20px; display: inline-block; @@ -60,7 +61,6 @@ form label { #map { height: 100%; - min-height: 700px; background:#eee; } @@ -101,6 +101,7 @@ form label { margin: 10px auto; display: block; max-width: 10em; + padding: 1px; } .result img{ float: right; @@ -152,12 +153,6 @@ form label { } } -.search-button-group { - margin-top: 3px; - box-sizing: content-box; - margin-bottom: 3px; -} - label { font-weight: normal; -} \ No newline at end of file +}