From 46b3f9ef65349b04b79d6091c349157d5fda131b Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 28 May 2013 15:34:59 +0200 Subject: [PATCH] Style update --- .../acp/style/blueTemptation/individual.less | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) 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 ### */ -- 2.20.1