]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/css/details.css
make sure that all postcodes have an entry in word
[nominatim.git] / website / css / details.css
index 3eca1667198ab1dc3753dd8faecc4cdd8812cbe6..8f21c310aaa9b265b0b76e1960fef4ec342a18e0 100644 (file)
@@ -2,14 +2,29 @@ h1 {
   margin: 10px 0;
   padding-left: 8px;
 }
+h1 small a {
+  font-size: 0.5em;
+  white-space: nowrap;
+}
 h2 {
   font-size: 2em;
   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: 100%;
 }
@@ -37,6 +52,17 @@ h3 {
   margin: 10px 0;
 }
 
+#details-index-page .search-form {
+  padding: 20px 10px;
+  margin: 2em 0;
+}
+#details-index-page .search-form h4 {
+  margin-top: 0;
+}
+#details-index-page .search-form .form-control{
+  width: 30em;
+}
+
 footer {
   text-align: center;  
   padding: 2em 0;