X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e02c9b6e69eac1493316dbc69c7e94720c1217a8..7b09e320a81f6379b0ba2d095887eeee0ea96836:/website/css/details.css diff --git a/website/css/details.css b/website/css/details.css index 2fe0a280..171de42a 100644 --- a/website/css/details.css +++ b/website/css/details.css @@ -1,12 +1,38 @@ -body { - margin:0px; - padding:16px; - background:#ffffff; - height: 100%; - font: normal 12px/15px arial,sans-serif; +h1 { + margin: 10px 0; + padding-left: 8px; } -.line{ - margin-left:20px; +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%; +} +.table td { + font-size: 0.9em; +} +.table>thead>tr>td, .table>tbody>tr>td { + padding: 2px 8px; } .name{ font-weight: bold; @@ -18,9 +44,22 @@ body { color:#800; } #map { - width:500px; - height:500px; - border: 2px solid #666; - float: right; + width:100%; + height:300px; + border: 1px solid #666; +} +#mapicon { + margin: 10px 0; +} + +footer { + text-align: center; + padding: 2em 0; + font-size: 0.8em; + clear: both; + color: #333; } +footer p { + margin: 1em; +} \ No newline at end of file