From f4a5a0c36c8942c4b0535767d5a54ea60f299076 Mon Sep 17 00:00:00 2001 From: Marin Treselj Date: Sat, 27 May 2017 15:53:08 +0200 Subject: [PATCH] Fix alignment of buttons Signed-off-by: Marin Treselj --- css/style.css | 5 ++++- templates/part.board.headerControls.php | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index c14572b35..1c079462a 100644 --- a/css/style.css +++ b/css/style.css @@ -25,8 +25,10 @@ * General styles */ +button, +.button, .app-deck .icon { - display: inline-block; + display: flex; } input.input-inline { @@ -150,6 +152,7 @@ button.button-inline:hover { .board-header-controls { margin-left: auto; + align-items: center; } .board-header-controls.app-popover-menu-utils { diff --git a/templates/part.board.headerControls.php b/templates/part.board.headerControls.php index df05998fe..7230a6c7a 100644 --- a/templates/part.board.headerControls.php +++ b/templates/part.board.headerControls.php @@ -9,12 +9,12 @@ - + - + - +