Error messages in Errors component are misaligned in Internet Explorer 7
------------------------------------------------------------------------
Key: TAPESTRY-1969
URL: https://issues.apache.org/jira/browse/TAPESTRY-1969
Project: Tapestry
Issue Type: Bug
Components: Core Components
Affects Versions: 5.0.7
Environment: Internet Explorer 7
Reporter: Filip S. Adamsen
Priority: Trivial
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]