From: Thomas Monjalon Date: Tue, 8 Jan 2019 12:38:45 +0000 (+0000) Subject: ui: Shrink vertical space of patch list X-Git-Tag: v2.2.0-rc1~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f50fcb93e5123f76f4ee625044db8d2a16ddf597;p=thirdparty%2Fpatchwork.git ui: Shrink vertical space of patch list The margin above the filter box is removed because there is already a margin below the navigation bar. The vertical padding between rows is reduced while the horizontal padding between columns is increased. Signed-off-by: Thomas Monjalon Reviewed-by: Stephen Finucane --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index c0f4561a..42d071e2 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -92,7 +92,7 @@ dl dt { border: 1px solid #cccccc; border-radius: 4px; padding: 5px 20px; - margin: 15px 0; + margin: 0 0 15px 0; } a.filter-action { @@ -454,7 +454,7 @@ table.vertical { .table-extra-condensed > thead > tr > td, .table-extra-condensed > tbody > tr > td, .table-extra-condensed > tfoot > tr > td { - padding: 2px; + padding: 1px 0.5em 1px 0.5em; vertical-align: middle; }