drupal.css: button-margins
pz - December 19, 2004 - 22:55
| Project: | Drupal |
| Version: | x.y.z |
| Component: | base system |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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)

#1
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
#2
This was fixed in revision 1.126.
#3