From c8d5f179be5a4d09b755ab15246735fbf807f16d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 5 Dec 2017 12:25:42 +0100 Subject: [PATCH] Adapt new breadcrumb layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 26 +++++++++++++++----------- templates/part.board.mainView.php | 16 ++++++++++------ 2 files changed, 25 insertions(+), 17 deletions(-) diff --git a/css/style.scss b/css/style.scss index efb9f9c3e..4c621d881 100644 --- a/css/style.scss +++ b/css/style.scss @@ -151,20 +151,24 @@ input.input-inline { z-index: 120; display: flex; align-items: center; - font-size: 14pt; position: inherit; - width: 100% !important; padding-left: 44px; - .crumb, - #controls a { - top: 12px; - } + .crumb { + order: 0; - > h2 { - white-space: nowrap; - padding: 8px 7px 5px; - margin: 0; + a:nth-child(2) { + padding-left: 0; + margin-left: -5px; + } + + .board-bullet { + display: inline-block; + width: 20px; + height: 20px; + border: none; + border-radius: 50%; + } } button { @@ -173,7 +177,7 @@ input.input-inline { input[type='text'] { padding: 6px; - border: 0px none transparent; + border: 0 none transparent; min-height: initial; background-color: transparent; height: inherit; diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index 58ffd0db0..522ee6a9c 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -6,13 +6,17 @@
-
- - +
+ +
+ + -

- {{ boardservice.getCurrent().title }} -