From a03986b1bbfde2e8a7d6c092e646c46555f3f258 Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Wed, 21 Jun 2017 22:40:24 +0200 Subject: [PATCH] improved 'add new board' row Signed-off-by: Artem Anufrij --- css/style.css | 4 ++-- templates/part.boardlist.php | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 45e2c9805..469f093ae 100644 --- a/css/style.css +++ b/css/style.css @@ -755,7 +755,7 @@ button.button-inline:hover { #boardlist span.icon { width: 30px; height: 30px; - display: inline-block; + margin: 2px 0px; } .cell-board-bullet { @@ -816,7 +816,7 @@ button.button-inline:hover { display: flex; } -#boardlist .app-navigation-entry-edit input { +#boardlist input { margin: 0px; } diff --git a/templates/part.boardlist.php b/templates/part.boardlist.php index 73b55c8da..1ca997c4f 100644 --- a/templates/part.boardlist.php +++ b/templates/part.boardlist.php @@ -102,11 +102,15 @@ ng-click="selectColor(c)" ng-class="{'selected': (c == newBoard.color), 'dark': (newBoard.color | textColorFilter) === '#ffffff' }"> - - + +
+ + +
+