From 85ae61a933105450b4842dbc4158644b6acd5f03 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 11 Mar 2016 00:54:37 +0100 Subject: [PATCH] Fixed margins in page footer --- .../files/acp/templates/pageFooter.tpl | 2 +- .../files/style/layout/pageFooter.scss | 26 +++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/wcfsetup/install/files/acp/templates/pageFooter.tpl b/wcfsetup/install/files/acp/templates/pageFooter.tpl index 1ab6362e19..a577548f45 100644 --- a/wcfsetup/install/files/acp/templates/pageFooter.tpl +++ b/wcfsetup/install/files/acp/templates/pageFooter.tpl @@ -5,7 +5,7 @@ {if ENABLE_BENCHMARK}{include file='benchmark'}{/if} - + diff --git a/wcfsetup/install/files/style/layout/pageFooter.scss b/wcfsetup/install/files/style/layout/pageFooter.scss index 889b04beab..c93e740ca1 100644 --- a/wcfsetup/install/files/style/layout/pageFooter.scss +++ b/wcfsetup/install/files/style/layout/pageFooter.scss @@ -14,21 +14,21 @@ } } - // copyright and benchmark link styling - // benchmark link styling - .benchmark, - .copyright { - &:not(:first-child) { - margin-top: 20px; + .footerContent { + > div { + &:not(:first-child) { + margin-top: 20px; + } + + // copyright and benchmark link styling + a { + // use text color instead + color: $wcfFooterText; + } } - a { - // use text color instead - color: $wcfFooterText; + &:not(:first-child) > div:first-child { + margin-top: 40px; } } - - .footerContent:first-child > div:first-child { - margin-top: 0; - } } -- 2.20.1