From b168100ba74337db20d381c880563a726cea878c Mon Sep 17 00:00:00 2001 From: Luzifr Date: Wed, 15 Feb 2012 20:24:17 +0100 Subject: [PATCH] Small optimization No need to animate "height" any more. --- wcfsetup/install/files/acp/style/wcf.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 { -- 2.20.1