From 43ae598f9887627b8acdf2c77016ca53e5c8666c Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 31 Mar 2016 22:58:04 +0000 Subject: [PATCH] Vertically center app header with toolbar buttons --- calendar/templates/default/app.css | 3 +++ calendar/templates/pixelegg/app.css | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index c871efa9ea..f542fa37da 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -123,6 +123,9 @@ } #calendar-toolbar .egw_fw_ui_app_header_container { border: none; + display:flex; + align-items: center; + min-height: 26px; } /* Space for toolbar */ diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 0d48ed129e..27581361ef 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -11,7 +11,7 @@ * @package calendar * @version $Id$ */ -/* $Id: app.css 55587 2016-03-31 22:32:13Z nathangray $ */ +/* $Id: app.css 55588 2016-03-31 22:44:00Z nathangray $ */ /*Media print classes*/ @media print { #calendar-view.et2_container, @@ -134,6 +134,9 @@ } #calendar-toolbar .egw_fw_ui_app_header_container { border: none; + display: flex; + align-items: center; + min-height: 26px; } /* Space for toolbar */ #calendar-view,