Some fine-tuning
authorLuzifr <szekely@woltlab.com>
Thu, 15 Mar 2012 17:28:41 +0000 (18:28 +0100)
committerLuzifr <szekely@woltlab.com>
Thu, 15 Mar 2012 17:28:41 +0000 (18:28 +0100)
wcfsetup/install/files/style/user.less
wcfsetup/install/files/style/wcf.less

index 20ec8cd5b6ec357a30ad5a06910f589b2013fbad..267faa89193dcb968865dbe7bccd77e18f51e33c 100755 (executable)
@@ -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;
 }
 
 
index 5edb73fa69090e642c202159560e50c446cb719d..24697545e333055c46c81c459db4c3287cffda67 100644 (file)
@@ -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;