From 53b1af9dbeaa6ce256db0ffd2092a6d0ce337f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 18 Oct 2017 16:10:17 +0200 Subject: [PATCH] Frontend: Remove unrequired css and fix language strings 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.sidebarView.php | 5 +++-- templates/part.card.php | 4 ++-- 3 files changed, 17 insertions(+), 18 deletions(-) diff --git a/css/style.scss b/css/style.scss index bfe6feecc..6d7cfdfb1 100644 --- a/css/style.scss +++ b/css/style.scss @@ -603,23 +603,16 @@ input.input-inline { } } - .select2-container { - margin: 0px; - } .section-header { border-bottom: 1px solid $color-lightgrey; display: flex; margin-bottom: 5px; margin-top: 20px; - min-height: 30px; h4 { padding-top: 5px; padding-bottom: 5px; - border: none; flex: 1; } - - } .save-indicator { @@ -1022,14 +1015,19 @@ input.input-inline { } } -.select2-container .select2-choices { - padding: 0 !important; -} +.select2-container { + width: 100%; + margin: 0; -.select2-container .select2-choices .select2-search-choice { - padding: 3px 0 !important; - border: 0 !important; - overflow: hidden; + .select2-choices { + padding: 0 !important; + + .select2-search-choice { + padding: 3px 0 !important; + border: 0 !important; + overflow: hidden; + } + } } .ui-select-container[disabled] .ui-select-match-item { diff --git a/templates/part.board.sidebarView.php b/templates/part.board.sidebarView.php index d9f63237a..3c0a659a4 100644 --- a/templates/part.board.sidebarView.php +++ b/templates/part.board.sidebarView.php @@ -18,8 +18,9 @@
- {{ $item.participant.displayname }} diff --git a/templates/part.card.php b/templates/part.card.php index 2f64dbdbe..0c01cea13 100644 --- a/templates/part.card.php +++ b/templates/part.card.php @@ -36,7 +36,7 @@
@@ -55,7 +55,7 @@