From 5346cc40424b8d3986b8aa50115ccd0f9c5996e4 Mon Sep 17 00:00:00 2001 From: artemanufrij Date: Tue, 25 Apr 2017 15:42:39 +0200 Subject: [PATCH] Move add stack input to the header Signed-off-by: Artem Anufrij --- css/style.css | 21 ++++++++++++++++-- templates/part.board.mainView.php | 36 +++++++++++++++---------------- 2 files changed, 37 insertions(+), 20 deletions(-) diff --git a/css/style.css b/css/style.css index f79fc0544..f87e108aa 100644 --- a/css/style.css +++ b/css/style.css @@ -2,6 +2,7 @@ * @copyright Copyright (c) 2016 Julius Härtl * * @author Julius Härtl + * @author Artem Anufrij * * @license GNU AGPL version 3 or any later version * @@ -134,7 +135,6 @@ button:hover { position: relative; color: #888; margin: 8px; - } #board-actions .filter .filter-button { @@ -176,7 +176,6 @@ button:hover { .board-actions button { border: none; background-color: transparent; - color: #fff; } .board-action-button { @@ -186,6 +185,24 @@ button:hover { margin-left: 10px; } +#stack-add { + float: right; + margin: 8px; + background-color: #ffffff; + border: 1px solid #bbb; + border-radius: 4px; +} + +#stack-add input { + padding: 4px 5px; + margin: 0px; + border: 0px none transparent; +} + +#stack-add button { + padding: 3px; +} + .stack { width: 320px; margin-right: 10px; diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index 947bf7f25..b26c36f6d 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -9,12 +9,23 @@

{{ boardservice.getCurrent().title }}

-
-
-
-
+
+
+
+
-
+
+ +
+
+ + +
+
@@ -111,18 +122,7 @@
-
-
-

- - -

-
-
+ - + \ No newline at end of file