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')); ?> - -
+ + + t('All Boards')); ?> +

{{ boardservice.getCurrent().title }}

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