Small style optimization
authorMarcel Werk <burntime@woltlab.com>
Mon, 3 Jun 2013 00:07:30 +0000 (02:07 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 3 Jun 2013 00:07:30 +0000 (02:07 +0200)
wcfsetup/install/files/style/layout.less

index 2c1a65a205fd8d942b2ddbd4cb5979807e7e19c2..7bd6cc76bf87381fc9b8ec0bbe4269b93a078480 100644 (file)
@@ -28,7 +28,6 @@
 
 /* ### header ### */
 #pageHeader {
-       margin-top: 57px;
        z-index: 100;
 }
 
 /* header logo */
 .logo {
        margin-bottom: @wcfGapLarge;
+       margin-top: @wcfGapMedium;
        
        a {
                display: block;
        }
 }
 
+.userPanel + .logo {
+       margin-top: @wcfGapMedium + 43px;
+}
+
 @media only screen and (max-width: 800px) {
        .logo {
                display: none;