From: Luzifr Date: Thu, 15 Mar 2012 17:36:39 +0000 (+0100) Subject: Some more fine-tuning X-Git-Tag: 2.0.0_Beta_1~1224 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=eefbb64d5cd049cdfc04805167343528c52f24bb;p=GitHub%2FWoltLab%2FWCF.git Some more fine-tuning --- diff --git a/wcfsetup/install/files/style/wcf.less b/wcfsetup/install/files/style/wcf.less index 24697545e3..4e4eb11c6b 100644 --- a/wcfsetup/install/files/style/wcf.less +++ b/wcfsetup/install/files/style/wcf.less @@ -1455,7 +1455,7 @@ nav.wcf-topMenu { border-style: @borderStyle; border-color: @backColor22; margin: 0 23px; - padding: 2px; + padding: 2px 0; display: block; min-height: 7px; position: relative; @@ -1643,12 +1643,12 @@ section.wcf-content:after { } .left section.wcf-content { - border-left: @borderWidth @borderStyle rgba(187, 204, 221, 1); + border-left: 1px @borderStyle rgba(187, 204, 221, 1); margin-left: 249px; } .right section.wcf-content { - border-right: @borderWidth @borderStyle rgba(187, 204, 221, 1); + border-right: 1px @borderStyle rgba(187, 204, 221, 1); margin-right: 249px; } @@ -1672,8 +1672,9 @@ section.wcf-content:after { padding: 5px 15px 20px; } -} +} +/* ToDo */ .wcf-contentDecor { background-color: rgba(253, 253, 253, 1); } @@ -1756,6 +1757,7 @@ section.wcf-content:after { height: 100%; overflow: hidden; z-index: 30; + opacity: .3; } .wcf-collapsibleSidebarButton span { @@ -1774,6 +1776,7 @@ section.wcf-content:after { .wcf-collapsibleSidebarButton:hover, .wcf-collapsibleSidebarButton:hover span { background-color: @backColor10; + opacity: 1; } .wcf-collapsibleSidebarButton span:focus,