From ad4c751f33a5aa55cd87ab671e7484d4a5f358c7 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Thu, 15 Mar 2012 18:28:41 +0100 Subject: [PATCH] Some fine-tuning --- wcfsetup/install/files/style/user.less | 8 ++------ wcfsetup/install/files/style/wcf.less | 11 +++++++++++ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/wcfsetup/install/files/style/user.less b/wcfsetup/install/files/style/user.less index 20ec8cd5b6..267faa8919 100755 --- a/wcfsetup/install/files/style/user.less +++ b/wcfsetup/install/files/style/user.less @@ -298,11 +298,7 @@ Be careful with the following classes! float: left; opacity: 0; - -webkit-transition: opacity .1s linear; - -moz-transition: opacity .1s linear; - -ms-transition: opacity .1s linear; - -o-transition: opacity .1s linear; - transition: opacity .1s linear; + .mxTransition1(opacity, .9ms); } .wcf-commentContent > div:hover > .wcf-commentOptions > li, @@ -315,7 +311,7 @@ Be careful with the following classes! color: rgba(153, 153, 153, 1); cursor: pointer; display: inline-block; - padding: 5px 10px; + padding: 3px; } diff --git a/wcfsetup/install/files/style/wcf.less b/wcfsetup/install/files/style/wcf.less index 5edb73fa69..24697545e3 100644 --- a/wcfsetup/install/files/style/wcf.less +++ b/wcfsetup/install/files/style/wcf.less @@ -1455,6 +1455,7 @@ nav.wcf-topMenu { border-style: @borderStyle; border-color: @backColor22; margin: 0 23px; + padding: 2px; display: block; min-height: 7px; position: relative; @@ -1571,6 +1572,12 @@ nav.wcf-topMenu { margin-top: 7px; } +.wcf-headerNavigation .wcf-menu > ul > li > a { + color: @fontColor31; + border-color: @backColor2; + background-color: @backColor21; +} + /* ############## Main ############## */ @@ -2910,6 +2917,10 @@ input[type='button'], background-color: @backColor1; } +.wcf-listBox .wcf-listBox:first-child { + border-top-width: 1px; +} + .wcf-listBox .wcf-listBox:nth-child(2n+1) { /* auto-colorer for every 2nd row */ background-color: transparent; -- 2.20.1