Style update
authorMarcel Werk <burntime@woltlab.com>
Tue, 28 May 2013 13:34:59 +0000 (15:34 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 28 May 2013 13:34:59 +0000 (15:34 +0200)
wcfsetup/install/files/acp/style/blueTemptation/individual.less

index 180ff8b55ce3844920a2c14cb35d84cb597fc917..0b8130034f373522ccc1b9ab82cfd749f23552ff 100644 (file)
@@ -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 ### */