X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/620100a5ac943e86e54f81f40dc52f1dd0d61330..932ac23f18110749ca9659a834c20aee8bf828fe:/website/css/details.css diff --git a/website/css/details.css b/website/css/details.css index 3eca1667..8f21c310 100644 --- a/website/css/details.css +++ b/website/css/details.css @@ -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;