]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/assets/css/search.css
structured search form
[nominatim-ui.git] / src / assets / css / search.css
index 36ef0fb3300515a19de06a8eb85e8bddf4c31ae6..51a4490ed44adc794d8b918c5d7a2a1e9ea562c0 100755 (executable)
@@ -1,9 +1,17 @@
-
-
-form {
+.top-bar {
   width: 100%;
   padding: 1em 15px;
 }
+
+.top-bar #q {
+  max-width: 500px;
+}
+
+.form-group-simple.hidden,
+.form-group-structured.hidden {
+  display: none;
+}
+
 form #q {
   min-width: 500px;
 }
@@ -65,7 +73,7 @@ form label {
   color: #333;
   font-size: 11px;
   background-color: rgba(255, 255, 255, 0.7);
-  z-index: 100;
+  z-index: 1000;
 }
 
 #map-position-close {
@@ -140,6 +148,16 @@ form label {
     width: 100%;
   }
   .search-button-group {
-    display: inline
+    display: inline;
   }
 }
+
+.search-button-group {
+  margin-top: 3px;
+  box-sizing: content-box;
+  margin-bottom: 3px;
+}
+
+label {
+  font-weight: normal;
+}
\ No newline at end of file