Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8
-
Fix Version/s: None
-
Component/s: Forms Library
-
Labels:None
-
Environment:Problem seen in IE 6.0 on Windows
-
Affected Branches:MOODLE_18_STABLE
Description
Problem with alignment of input type text form element properly lining up with other form elements in IE. Seems to be some extra padding inserted to the left of an input text element. Screen shot attached.
This is an issue with all browsers. You see it better in IE6.
labels and felements have different top margins attached.
In the moment you have something like:
.fitem label { margin: 0; }
.fitem .felement { margin: 5px 0 0 10px }
When you set the same top margin the elements align ok.