From: Marcel Werk Date: Mon, 3 Jun 2013 00:07:30 +0000 (+0200) Subject: Small style optimization X-Git-Tag: 2.0.0_Beta_3~21^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=896b86ea3da4ba23e4e0d9b927e57e61be7069f1;p=GitHub%2FWoltLab%2FWCF.git Small style optimization --- diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index 2c1a65a205..7bd6cc76bf 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -28,7 +28,6 @@ /* ### header ### */ #pageHeader { - margin-top: 57px; z-index: 100; } @@ -237,6 +236,7 @@ /* header logo */ .logo { margin-bottom: @wcfGapLarge; + margin-top: @wcfGapMedium; a { display: block; @@ -256,6 +256,10 @@ } } +.userPanel + .logo { + margin-top: @wcfGapMedium + 43px; +} + @media only screen and (max-width: 800px) { .logo { display: none;