]> 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 f1234295f4d44378e6dfb8958531d9859d53a1db..8f21c310aaa9b265b0b76e1960fef4ec342a18e0 100644 (file)
@@ -2,6 +2,10 @@ h1 {
   margin: 10px 0;
   padding-left: 8px;
 }
+h1 small a {
+  font-size: 0.5em;
+  white-space: nowrap;
+}
 h2 {
   font-size: 2em;
   padding-left: 8px;
@@ -48,6 +52,17 @@ tr.all-columns td {
   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;