From 896b86ea3da4ba23e4e0d9b927e57e61be7069f1 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 3 Jun 2013 02:07:30 +0200 Subject: [PATCH] Small style optimization --- wcfsetup/install/files/style/layout.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; -- 2.20.1