From 1e4e0a39478cb03ac2d380b1ae5a078693532cbe Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Mon, 22 May 2017 19:40:07 +0200 Subject: [PATCH] added home button Signed-off-by: Artem Anufrij --- css/style.css | 2 +- templates/part.board.mainView.php | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 58863a515..c0af9ee9b 100644 --- a/css/style.css +++ b/css/style.css @@ -137,7 +137,7 @@ button:hover { #board-header #home { position: relative; - padding: 0px 12px; + padding: 0px; } #board-actions { diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index 546b81c01..964b4a18d 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -5,9 +5,11 @@

{{ statusservice.text }}

- - Home - +
+ + Home + +

{{ boardservice.getCurrent().title }}