From: Marcel Werk Date: Sun, 23 Dec 2012 23:00:02 +0000 (+0100) Subject: Minor style improvements X-Git-Tag: 2.0.0_Beta_1~639^2~10 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3eb78e55a79a0d8f3e96b603c6cdec819b066b30;p=GitHub%2FWoltLab%2FWCF.git Minor style improvements --- diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index c748e17093..2011e99752 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -140,7 +140,7 @@ > a { color: @wcfMainMenuColor; display: inline-block; - padding: 9px 35px; + padding: 9px 21px; &:hover { color: @wcfMainMenuActiveColor; @@ -161,7 +161,9 @@ background-color: @wcfNavigationHeaderBackgroundColor; color: @wcfMainMenuActiveColor; font-weight: bold; - padding: 14px 35px 8px; + min-width: 80px; + padding: 14px 21px 8px; + text-align: center; } } @@ -563,8 +565,8 @@ .box32 { .box(32px, 7px); } .box48 { .box(48px, 7px); } .box64 { .box(64px, 7px); } -.box96 { .box(96px, 14px); } -.box128 { .box(128px, 14px); } +.box96 { .box(96px, 11px); } +.box128 { .box(128px, 11px); } .box256 { .box(256px, 21px); } /* bread crumbs */ @@ -1177,6 +1179,10 @@ ul.inlineDataList { color: @wcfColor; text-decoration: none; } + + &.invisible + div { + margin-top: -@wcfGapSmall; + } } &:after {