]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - dist/assets/css/search.css
Merge pull request #29 from mtmail/debug-info-link
[nominatim-ui.git] / dist / assets / css / search.css
index 0e7d4376ae9905bf15be589bb709d0b3b2bda69d..7026a388a77afea12473949064a06d78d8cb61bf 100755 (executable)
@@ -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
+}