Details
Description
The following rule from theme/standard/styles_ie7.css and styles_ie6.css:
/*fix for misalignment of text fields in ie */
form.mform input {
margin-left: -10px;
}
causes the standard action buttons ('Submit, 'Cancel') on moodle quickforms to visually run together.
Adding:
margin-right: 10px;
fixes this, and presumably preserves whatever behaviour the original rule was intended to fix.