X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/blobdiff_plain/6e3b5bc9ee5b462a050841531636ff68586d1e68..a4d91ff557a71d80f997b03b213acf1664e64ace:/dist/assets/css/details.css diff --git a/dist/assets/css/details.css b/dist/assets/css/details.css deleted file mode 100755 index 4d9a8ac..0000000 --- a/dist/assets/css/details.css +++ /dev/null @@ -1,67 +0,0 @@ -#details-page h1 { - 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; - background-color: white; -} -#details-page h3 { - font-size: 1.5em; - padding-left: 8px; -} - -#details-page tr.all-columns { - background-color: white !important; - border: none; -} -#details-page tr.all-columns td { - border-top: none !important; - padding-left: 0 !important; -} - -#details-page .table { - width: 100%; -} -#details-page .table td { - font-size: 0.9em; -} -#details-page .table>thead>tr>td, .table>tbody>tr>td { - padding: 2px 8px; -} -#details-page .name{ - font-weight: bold; -} -#details-page .notused{ - color:#ddd; -} -#details-page .noname{ - color:#800; -} -#details-page #map { - width:100%; - min-height: auto; - height:300px; - border: 1px solid #666; -} -#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; -}