From 73139c8b19e580b070acb88d1497d8f6cfcbd4a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 23 Jun 2017 21:47:26 +0200 Subject: [PATCH] Simplify board view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.css | 16 +++++++++++++--- templates/part.board.mainView.php | 3 +-- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index a098d61f1..dc16bc088 100644 --- a/css/style.css +++ b/css/style.css @@ -127,7 +127,7 @@ button.button-inline:hover { top: 44px; } -#board #innerBoard { +#innerBoard { padding: 10px; } @@ -251,9 +251,7 @@ button.button-inline:hover { .stack { width: 100%; - margin-right: 10px; vertical-align: top; - background-color: #f8f8f8; } .stack h2 { @@ -981,10 +979,22 @@ button.button-inline:hover { display: none; } + #innerBoard { + display: flex; + } .stack { width: 320px; + min-width: 320px; display: inline-block; + border-right: 1px solid #eee; + margin-right: 10px; + padding-right: 10px; } + + .stack:last-child { + border-right: 1px solid transparent; + } + .stack h2 button { display: none; } diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index 2cbc9a35d..096667fb0 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -45,8 +45,7 @@ ng-if="!s.status.editStack" ng-click="stackservice.delete(s.id)"> -