Fixed margins for sub-tab menus
authorAlexander Ebert <ebert@woltlab.com>
Sun, 20 Oct 2013 19:30:20 +0000 (21:30 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 20 Oct 2013 19:30:20 +0000 (21:30 +0200)
wcfsetup/install/files/style/layout.less

index 7e659f3eff9f5dbc47b02557588d370615fb175a..d66c0caaab4789903e02b25f6ca48b37f061d655 100644 (file)
 
 @media only screen and (max-width: 800px) {
        .tabMenuContainer.containerPadding > .menu {
-               margin-top: -@wcfGapSmall;
+               margin: -@wcfGapSmall -@wcfGapMedium @wcfGapSmall -@wcfGapMedium; /* reverse paddings from .containerPadding */
        }
 }