Form-buttons should be formatted the same way, if you place a submit-button next to a reset-button they don't align since drupal.css has special margins form .form-submit (line: 157, 104)

Comments

robin monks’s picture

Odd padding still exists in HEAD. I checked back via CVS logs and this padding hasn't been changed.

Current version:

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

Robin

wulff’s picture

Status: Active » Fixed

This was fixed in revision 1.126.

Anonymous’s picture

Status: Fixed » Closed (fixed)