From 6a2dbf61d92d42c70e8d4de74dcf4865b9279129 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 02220b081..c6745562f 100644 --- a/css/style.css +++ b/css/style.css @@ -132,7 +132,7 @@ button.button-inline:hover { top: 44px; } -#board #innerBoard { +#innerBoard { padding: 10px; } @@ -256,9 +256,7 @@ button.button-inline:hover { .stack { width: 100%; - margin-right: 10px; vertical-align: top; - background-color: #f8f8f8; } .stack h2 { @@ -997,10 +995,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)"> -