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)"> -