Posted by klaasvw on August 16, 2007 at 11:13pm
2 followers
| Project: | Deco |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The bottom background of the fieldset on the advanced content search page does not display on the bottom.
The fieldset has three left floated divs with .criterion class that are cleared by a div with an .action class. For some reason the clearing doesn't cause the background to display at the bottom.
Comments
#1
The
float:left;in.search-advanced .actionthat is added by the core search.css is causing the issue. Patch overrides the float and the full fieldset image appears.#2
fixed in 6 and HEAD.
#3
Automatically closed -- issue fixed for two weeks with no activity.