I noticed that when I enable search, the submit button is lower than the text input field. I tweaked my style.css
.form-submit {
color:#000;
font-size:10px;
/* kjh: */
margin: 5px 0 10px 0;
}
margin was 10px 0 0 0;
The third one (bottom) is what fixes the alignment with the text input and I changed the first one (top) because I think it looks a tad better with smaller margin.
Comments
Comment #1
jenlamptonClosing old Drupal 5 issues since 5.x is not supported anymore. Please re-open if this is also an issue for Drupal 6.