[
https://issues.apache.org/jira/browse/TAPESTRY-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550846
]
Chris Lewis commented on TAPESTRY-1969:
---------------------------------------
This hack may have been to fix list item indentions, which may be better
addressed by something like:
div.t-error li {
padding: 0px;
}
I don't personally think should T5 include an alternate stylesheet (via
conditional comments, etc) automatically, but developers need to consider how
to handle the realities of different rendering engines and should be aware of
default T5 styles (to be aware of potential issues).
> 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]