Small optimization
authorLuzifr <szekely@woltlab.com>
Wed, 15 Feb 2012 19:24:17 +0000 (20:24 +0100)
committerLuzifr <szekely@woltlab.com>
Wed, 15 Feb 2012 19:24:17 +0000 (20:24 +0100)
No need to animate "height" any more.

wcfsetup/install/files/acp/style/wcf.css

index 109829bb8201999332478c2b8f3e52b6d530983e..03992997a6c154eddabf7304f0fe1d552f95ce8b 100644 (file)
@@ -1561,11 +1561,11 @@ table .wcf-label {
        -o-box-shadow: 0 1px 7px rgba(0, 0, 0, .5);
        box-shadow: 0 1px 7px rgba(0, 0, 0, .5);
        
-       -webkit-transition: color background height .1s ease;
-       -moz-transition: color background height .1s ease;
-       -ms-transition: color background height .1s ease;
-       -o-transition: color background height .1s ease;
-       transition: color background height .1s ease;
+       -webkit-transition: color background .1s ease;
+       -moz-transition: color background .1s ease;
+       -ms-transition: color background .1s ease;
+       -o-transition: color background .1s ease;
+       transition: color background .1s ease;
 }
 
 .wcf-dropdown.open {
@@ -1776,6 +1776,7 @@ fieldset:only-child {
 fieldset legend {
        color: rgba(153, 153, 153, 1);
        padding: 0 7px 0;
+       margin: auto -7px;
 }
 
 fieldset legend ~ p {