]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/assets/css/details.css
/reverse.html should be reverse.html to app works in subdirectory
[nominatim-ui.git] / src / assets / css / details.css
index 5f6bef68b851880cbfb2594ad83c0cc36fde5667..4d9a8ac81dec38856e04405ff68af0f2d238f8ff 100755 (executable)
@@ -2,6 +2,12 @@
   margin: 10px 0;
   padding-left: 8px;
 }
+
+#details-page h1 small a {
+  font-size: 0.5em;
+  white-space: nowrap;
+}
+
 #details-page h2 {
   font-size: 2em;
   padding-left: 8px;
 #details-page .mapicon {
   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;
+}