From: marc tobias Date: Thu, 21 Jan 2016 13:47:00 +0000 (+0000) Subject: user interface: less spacing in table, pushing more content above the fold X-Git-Tag: v.2.5.0~13^2~4 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/9f1d3ac27217bd367a13ff74743880049e60fae5 user interface: less spacing in table, pushing more content above the fold --- diff --git a/website/css/common.css b/website/css/common.css index aaf0b340..233af74c 100644 --- a/website/css/common.css +++ b/website/css/common.css @@ -1,6 +1,6 @@ header { width: 100%; - padding: 5px; + padding: 5px 15px; z-index: 5; } diff --git a/website/css/details.css b/website/css/details.css index f0ab0362..3eca1667 100644 --- a/website/css/details.css +++ b/website/css/details.css @@ -1,16 +1,24 @@ h1 { - margin: 30px 0; + margin: 10px 0; + padding-left: 8px; } h2 { font-size: 2em; - margin-top: 4em; + padding-left: 8px; } h3 { font-size: 1.5em; + padding-left: 8px; } .table { width: 100%; } +.table td { + font-size: 0.9em; +} +.table>thead>tr>td, .table>tbody>tr>td { + padding: 2px 8px; +} .name{ font-weight: bold; } @@ -22,11 +30,11 @@ h3 { } #map { width:100%; - height:500px; + height:300px; border: 1px solid #666; } #mapicon { - margin: 30px 0; + margin: 10px 0; } footer {