]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/css/search.css
responsive details-error page. Shared header and footer
[nominatim.git] / website / css / search.css
index 29ad813f3fb3df3bca308166834ec840a2d47a18..8ac51f9a94448f307400ccb08073c8876ccf8db9 100644 (file)
@@ -1,35 +1,3 @@
-header {
-  /*position: fixed;*/
-  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 {
@@ -48,7 +16,7 @@ form label {
 
 .sidebar {
   width: 25%;
-  padding: 10px;
+  padding: 15px;
   padding-top: 0;
   display: inline-block;
   float: left;
@@ -66,6 +34,7 @@ form label {
 
 #map {
   height: 100%;
+  min-height: 700px;
   background:#eee;
 }
 
@@ -148,6 +117,9 @@ footer p {
     top: 20px;
     right: 20px;
   }
+  #map {
+    height: 300px;
+  }
   .sidebar {
     width: 100%;
   }