From 04628e1c133f0cb344a32baec53342264957f57d Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 14 Jul 2014 20:06:36 -0230 Subject: Show task count in each column even if no limit is set (merge pull-request #169) --- app/Templates/board_show.php | 4 ++++ assets/css/app.css | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/app/Templates/board_show.php b/app/Templates/board_show.php index d5f31413..2d857497 100644 --- a/app/Templates/board_show.php +++ b/app/Templates/board_show.php @@ -15,6 +15,10 @@ ) + + + () + diff --git a/assets/css/app.css b/assets/css/app.css index b35ce05e..e5db0885 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -564,6 +564,11 @@ a.filter-on { line-height: 70%; } +.task-count { + color: #888; + font-weight: normal; +} + /* task inside the board */ .task-board { position: relative; -- cgit v1.2.3