]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/css/details.css
details.php now also responsive
[nominatim.git] / website / css / details.css
index 2fe0a280129411414d83e236a3666b293191095f..8fb1f915799dbfdcfa854b5a534e8bdbc6fffea7 100644 (file)
@@ -1,12 +1,20 @@
 body {
-    margin:0px;
-    padding:16px;
-  background:#ffffff;
-  height: 100%;
-  font: normal 12px/15px arial,sans-serif;
+  margin-top: 1em;
+  font-size: 1.2em;
 }
-.line{
-  margin-left:20px;
+h1 {
+  margin: 30px 0;
+}
+h2 {
+  font-size: 2em;
+  margin-top: 4em;
+}
+h3 {
+  font-size: 1.5em;
+}
+.table {
+  /*width: auto;*/
+  max-width: 800px;
 }
 .name{
   font-weight: bold;
@@ -18,9 +26,22 @@ body {
   color:#800;
 }
 #map {
-  width:500px;
+  width:100%;
   height:500px;
-  border: 2px solid #666;
-  float: right;
+  border: 1px solid #666;
+}
+#mapicon {
+  margin: 30px 0;
+}
+
+footer {
+  text-align: center;  
+  padding: 2em 0;
+  font-size: 0.8em;
+  clear: both;
+  color: #333;
 }
 
+footer p {
+  margin: 1em;
+}
\ No newline at end of file