From d3592e91803db56671539566fd66ad9907950fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 20 Mar 2017 08:20:29 +0100 Subject: [PATCH 1/2] Fix popover position on firefox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/css/header.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/header.scss b/core/css/header.scss index cd87a34ece8..b04d7e917e2 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -33,7 +33,6 @@ width: 0; position: absolute; pointer-events: none; - margin-left: -10px; } } @@ -479,6 +478,7 @@ nav { vertical-align: top !important; position: relative; height: 44px; + display: inline-block; } } @@ -511,7 +511,7 @@ nav { color: rgba(0, 0, 0, .6); width: auto; left: 50%; - top: 31px; + top: 32px; transform: translateX(-50%); padding: 4px 10px; -webkit-filter: drop-shadow(0 0 5px rgba(150, 150, 150, .75)); From c994e7afcd8f9c2a6fe06a1e89a051e66cbce573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 20 Mar 2017 08:23:04 +0100 Subject: [PATCH 2/2] Fix filter for app icons on firefox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/templates/layout.user.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 3cfb88bf423..1abb263edf8 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -105,8 +105,8 @@ class="active"> - - + + @@ -123,8 +123,8 @@ class="active"> - - + +