Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
5.0.7
-
None
-
Internet Explorer 7
Description
Error messages are misaligned in the Errors component in Internet Explorer 7.
I checked the CSS and found this in default.css, line 23-25:
div.t-error li {
margin-left:-20px;
}
Not sure why that needs to be there, it's definitely what's causing trouble.
If it's there to make the list item not be indented that much, I believe "list-style-position: inside;" should be used for the list inside the box instead.