From: lpsolit%gmail.com <> Date: Tue, 21 Jul 2009 00:23:34 +0000 (+0000) Subject: Bug 504522: The search field on index.cgi is not cleared automatically when entering... X-Git-Tag: bugzilla-3.4~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3454d85a0be8d8fd2baca3801b65ba33a6bd0a4d;p=thirdparty%2Fbugzilla.git Bug 504522: The search field on index.cgi is not cleared automatically when entering the field (IE 7 and older only) - Patch by Frédéric Buclin r=pyrzak r=mkanat a=LpSolit --- diff --git a/skins/standard/index.css b/skins/standard/index.css index a3413bb7ea..09a81b5414 100644 --- a/skins/standard/index.css +++ b/skins/standard/index.css @@ -74,7 +74,7 @@ margin-bottom: 2em; } - #quicksearchForm #quicksearch + #quicksearchForm #quicksearch_main { width: 25em; } diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 558f5a9685..82fbf9bd70 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -40,7 +40,7 @@