From eefbb64d5cd049cdfc04805167343528c52f24bb Mon Sep 17 00:00:00 2001 From: Luzifr Date: Thu, 15 Mar 2012 18:36:39 +0100 Subject: [PATCH] Some more fine-tuning --- wcfsetup/install/files/style/wcf.less | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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, -- 2.20.1