From 20e2da058ac35368df19d151c04702f4f8b721fd Mon Sep 17 00:00:00 2001 From: Gianluigi Martino Date: Fri, 21 Oct 2016 11:13:40 +0200 Subject: [PATCH] [TASK] Admin Panel clear cache icon position is wrong Correct lightning icon position in admin panel Resolves: #78370 Releases: master Change-Id: I71653139e46babd8f45431f6938aac1a568e49c7 Reviewed-on: https://review.typo3.org/50306 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring --- Build/Resources/Public/Less/adminpanel.less | 6 +++--- typo3/sysext/frontend/Resources/Public/Css/adminpanel.css | 6 +++--- typo3/sysext/install/Resources/Public/Css/install.css | 1 - 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Build/Resources/Public/Less/adminpanel.less b/Build/Resources/Public/Less/adminpanel.less index 8f419aa3e5c5..2811856ea2ea 100644 --- a/Build/Resources/Public/Less/adminpanel.less +++ b/Build/Resources/Public/Less/adminpanel.less @@ -320,9 +320,9 @@ } #TSFE_ADMIN_PANEL_FORM .clear-cache-icon:before { - position: absolute; - left: 26px; - top: -11px; + position: relative; + left: 34px; + top: 3px; } #TSFE_ADMIN_PANEL_FORM .btn.clear-cache { diff --git a/typo3/sysext/frontend/Resources/Public/Css/adminpanel.css b/typo3/sysext/frontend/Resources/Public/Css/adminpanel.css index 95b6c93d6d86..6bbbe0822ed5 100644 --- a/typo3/sysext/frontend/Resources/Public/Css/adminpanel.css +++ b/typo3/sysext/frontend/Resources/Public/Css/adminpanel.css @@ -282,9 +282,9 @@ border-spacing: 0; } #TSFE_ADMIN_PANEL_FORM .clear-cache-icon:before { - position: absolute; - left: 26px; - top: -11px; + position: relative; + left: 34px; + top: 3px; } #TSFE_ADMIN_PANEL_FORM .btn.clear-cache { margin-left: 15px; diff --git a/typo3/sysext/install/Resources/Public/Css/install.css b/typo3/sysext/install/Resources/Public/Css/install.css index f43905116aef..d6ded191b149 100644 --- a/typo3/sysext/install/Resources/Public/Css/install.css +++ b/typo3/sysext/install/Resources/Public/Css/install.css @@ -7348,7 +7348,6 @@ body { .topbar-header-site { overflow: hidden; position: relative; - display: block; max-width: 100%; height: 45px; line-height: 45px; -- 2.20.1