]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/css/details.css
introduce address column for place tables
[nominatim.git] / website / css / details.css
index 8fb1f915799dbfdcfa854b5a534e8bdbc6fffea7..f1234295f4d44378e6dfb8958531d9859d53a1db 100644 (file)
@@ -1,20 +1,34 @@
-body {
-  margin-top: 1em;
-  font-size: 1.2em;
-}
 h1 {
-  margin: 30px 0;
+  margin: 10px 0;
+  padding-left: 8px;
 }
 h2 {
   font-size: 2em;
-  margin-top: 4em;
+  padding-left: 8px;
+  background-color: white;
 }
 h3 {
   font-size: 1.5em;
+  padding-left: 8px;
+}
+
+tr.all-columns {
+  background-color: white !important; 
+  border: none;
+}
+tr.all-columns td {
+  border-top: none !important;
+  padding-left: 0 !important;
 }
+
 .table {
-  /*width: auto;*/
-  max-width: 800px;
+  width: 100%;
+}
+.table td {
+  font-size: 0.9em;
+}
+.table>thead>tr>td, .table>tbody>tr>td {
+  padding: 2px 8px;
 }
 .name{
   font-weight: bold;
@@ -27,11 +41,11 @@ h3 {
 }
 #map {
   width:100%;
-  height:500px;
+  height:300px;
   border: 1px solid #666;
 }
 #mapicon {
-  margin: 30px 0;
+  margin: 10px 0;
 }
 
 footer {