From 9f1d3ac27217bd367a13ff74743880049e60fae5 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Thu, 21 Jan 2016 13:47:00 +0000 Subject: [PATCH] user interface: less spacing in table, pushing more content above the fold --- website/css/common.css | 2 +- website/css/details.css | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) 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 { -- 2.39.5