From 2fd06acca8e1ed4e1af5a22cbae505f427f96d22 Mon Sep 17 00:00:00 2001 From: Marin Treselj Date: Tue, 23 May 2017 20:39:54 +0200 Subject: [PATCH] Home icon without div wrapper Signed-off-by: Marin Treselj --- css/style.css | 9 +++++++++ templates/part.board.mainView.php | 12 +++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/css/style.css b/css/style.css index 24ab07a8b..306d67e5e 100644 --- a/css/style.css +++ b/css/style.css @@ -131,8 +131,17 @@ button:hover { font-size: 14pt; } +#board-header .crumb { + background-image: url(/core/img/breadcrumb.svg?v=1); + background-size: auto 24px; + background-position: right center; + background-repeat: no-repeat; + padding: 7px 14px; +} + #board-header > h1 { white-space: nowrap; + padding: 7px; } #board-header #home { diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index 428751931..0ef8130b3 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -5,12 +5,10 @@

{{ statusservice.text }}

- + + + t('All Boards')); ?> +

{{ boardservice.getCurrent().title }}

@@ -114,7 +112,7 @@
- +