From 2b1bac9a2ffdbb8538613d6ae714321381d14043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 30 Jun 2017 13:11:55 +0200 Subject: [PATCH] Fix issues with board list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 5 +++-- templates/part.boardlist.php | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/css/style.scss b/css/style.scss index 1a643349c..3fd19f574 100644 --- a/css/style.scss +++ b/css/style.scss @@ -755,11 +755,12 @@ input.input-inline { thead td { opacity: .5; + padding: 15px; } td { padding: 0 10px; - border-bottom: 1px solid $color-lightgrey; + border-bottom: 1px solid $color-grey; .board-bullet { width: 32px; @@ -804,7 +805,7 @@ input.input-inline { } .icon { - padding: 22px; + padding: 25px; margin: 0 0 0 auto; } diff --git a/templates/part.boardlist.php b/templates/part.boardlist.php index d80c13ca2..ff694e236 100644 --- a/templates/part.boardlist.php +++ b/templates/part.boardlist.php @@ -20,8 +20,8 @@ - +
{{ b.title }}