Search button alignment problem. See attached image.
Drupal 6 RC3

CommentFileSizeAuthor
2008-01-31_225249.png1.51 KBkylehase

Comments

jwolf’s picture

Version: 6.x-1.x-dev » 6.x-1.1
Assigned: Unassigned » jwolf
Category: support » bug

To fix this, edit the theme's style.css file by removing the 1em bottom margin.

Line 413 should be:

.form-button, .form-submit 
{
margin:0.5em 0.5em 0 0;
}

Thanks for catching this. I'll add the fix to the next release.

kylehase’s picture

That's where it was! I was thinking it might be something to do with the div. Thanks for the quick response.

jwolf’s picture

Status: Active » Patch (to be ported)
sk33lz’s picture

Status: Patch (to be ported) » Fixed

Fix added to dev release. Will be updated on next release.

Status: Fixed » Closed (fixed)

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