]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/css/search.css
user interface: less spacing in table, pushing more content above the fold
[nominatim.git] / website / css / search.css
index 89ccc8ef5a9deb78728b6aa0a6011b6de5b12aa0..55a6f9f5cbf5b0402aa60ce5f03cd7ba6ce10761 100644 (file)
@@ -1,34 +1,3 @@
-header {
-  width: 100%;
-  padding: 15px;
-  z-index: 5;
-}
-
-header .brand {
-  white-space: nowrap;
-}
-
-header .brand a:hover{
-  text-decoration: none;
-}
-
-header .brand h1 {
-  display: inline;
-  font-size: 1.5em;
-  color: #333;
-}
-
-header .brand > img {
-  display: inline-block;
-  margin-right: 5px;
-  margin-top: -5px;
-}
-
-header #last-updated {
-  font-size: 0.7em;
-  white-space: nowrap;
-  text-align: center;
-}
 
 
 form {
@@ -38,6 +7,11 @@ form {
 form #q {
   min-width: 500px;
 }
+@media (max-width: 850px) {
+form #q {
+  min-width: 400px;
+}
+}
 form .checkbox-inline {
   margin-left: 10px;  
 }
@@ -45,9 +19,16 @@ form label {
   font-weight: normal;
 }
 
+.search-type-link {
+  display: inline;
+  margin-right: 2em;
+  position: absolute;
+  right: 0
+}
+
 .sidebar {
   width: 25%;
-  padding: 10px;
+  padding: 15px;
   padding-top: 0;
   display: inline-block;
   float: left;
@@ -154,4 +135,7 @@ footer p {
   .sidebar {
     width: 100%;
   }
+  .search-button-group {
+    display: inline
+  }
 }