From: Luzifr Date: Wed, 15 Feb 2012 19:24:17 +0000 (+0100) Subject: Small optimization X-Git-Tag: 2.0.0_Beta_1~1341 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b168100ba74337db20d381c880563a726cea878c;p=GitHub%2FWoltLab%2FWCF.git Small optimization No need to animate "height" any more. --- diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index 109829bb82..03992997a6 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -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 {