diff options
author | lpsolit%gmail.com <> | 2009-07-21 02:20:45 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-07-21 02:20:45 +0200 |
commit | c9ce039ea505c16c586dea94ad91d98bfc1ef0e3 (patch) | |
tree | ce543825e4e772f04e952557605184eec640cc34 /skins | |
parent | b898698bd31de48e784a4145cd0fabcb0f7943bf (diff) | |
download | bugzilla-c9ce039ea505c16c586dea94ad91d98bfc1ef0e3.tar.gz bugzilla-c9ce039ea505c16c586dea94ad91d98bfc1ef0e3.tar.xz |
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 <LpSolit@gmail.com> r=pyrzak r=mkanat a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/standard/index.css b/skins/standard/index.css index a3413bb7e..09a81b541 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; } |