From: Alexander Ebert Date: Fri, 29 Apr 2016 08:05:08 +0000 (+0200) Subject: Fixed ACP layout X-Git-Tag: 3.0.0_Beta_1~1800 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=290261dc6b3f3238eff92d9f682c936b06f11f6d;p=GitHub%2FWoltLab%2FWCF.git Fixed ACP layout --- diff --git a/wcfsetup/install/files/acp/style/layout.scss b/wcfsetup/install/files/acp/style/layout.scss index 7c36587097..429e05497a 100644 --- a/wcfsetup/install/files/acp/style/layout.scss +++ b/wcfsetup/install/files/acp/style/layout.scss @@ -20,15 +20,20 @@ @include screen-lg { .pageHeader .layoutBoundary { + background-color: rgb(44, 62, 80); height: 50px; padding: 10px 10px 10px 0; } .pageHeaderLogo { + align-items: center; + background-color: rgb(52, 73, 94); + display: flex; flex: 0 0 120px; + height: 50px; + justify-content: center; margin: 0; order: 1; - text-align: center; .pageHeaderLogoLarge { display: none; @@ -200,7 +205,7 @@ flex: 1 1 auto; @include screen-lg { - padding: 40px 0 40px 20px; + padding: 40px 0; } @include screen-md-down {