]> 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 f7448f7ad664e877f017e69a82e182a4d1eb9a9e..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;
 }
@@ -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