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.

CommentFileSizeAuthor
#1 deco-search-fieldset_168073-1.patch457 bytesadd1sun

Comments

add1sun’s picture

Assigned: klaasvw » Unassigned
Status: Active » Needs review
StatusFileSize
new457 bytes

The float:left; in .search-advanced .action that is added by the core search.css is causing the issue. Patch overrides the float and the full fieldset image appears.

add1sun’s picture

Status: Needs review » Fixed

fixed in 6 and HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.