]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/css/search.css
also take place tags into account for address rank
[nominatim.git] / website / css / search.css
index 9215a1d770a4c8e070d69e37a904041b45855d2e..1f139fe4470e9dfb2e1c7908ec1d9b8fa7414fb3 100644 (file)
@@ -1,11 +1,11 @@
 
-
-form {
+.top-bar {
   width: 100%;
   padding: 1em 15px;
 }
-form #q {
-  min-width: 500px;
+
+.top-bar #q {
+  max-width: 500px;
 }
 @media (max-width: 850px) {
   form #q {
@@ -147,6 +147,17 @@ footer p {
     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;
+}
+