From: Marcel Werk Date: Tue, 28 May 2013 13:34:59 +0000 (+0200) Subject: Style update X-Git-Tag: 2.0.0_Beta_1~25 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=46b3f9ef65349b04b79d6091c349157d5fda131b;p=GitHub%2FWoltLab%2FWCF.git Style update --- diff --git a/wcfsetup/install/files/acp/style/blueTemptation/individual.less b/wcfsetup/install/files/acp/style/blueTemptation/individual.less index 180ff8b55c..0b8130034f 100644 --- a/wcfsetup/install/files/acp/style/blueTemptation/individual.less +++ b/wcfsetup/install/files/acp/style/blueTemptation/individual.less @@ -126,10 +126,10 @@ body, .tabularBox, .dialogTitlebar { #main { > div { - .boxShadowInset(0, 0, rgba(0, 0, 0, .1), 2px); - > .sidebar { - > .collapsibleButton { + .boxShadowInset(0, 0, rgba(0, 0, 0, .1), 2px); + + > span > .collapsibleButton { border-width: 1px 0 1px 1px; border-style: solid; border-color: darken(@wcfSidebarBackgroundColor, 8%); @@ -141,23 +141,21 @@ body, .tabularBox, .dialogTitlebar { } &.sidebarOrientationLeft { - .content { - border-left: 1px solid darken(@wcfSidebarBackgroundColor, 8%); - margin-left: 299px; + .sidebar { + border-right: 1px solid darken(@wcfSidebarBackgroundColor, 8%); + + > div { + width: 301px + } } } &.sidebarOrientationRight { - .content { - border-right: 1px solid darken(@wcfSidebarBackgroundColor, 8%); - margin-right: 299px; + .sidebar { + border-left: 1px solid darken(@wcfSidebarBackgroundColor, 8%); } } } - - .content { - .boxShadow(0, 0, rgba(0, 0, 0, .1), 2px); - } } /* ### buttons ### */