[richfaces-issues] [JBoss JIRA] Created: (RF-10973) Skinning: it's not possible to redefine some classes
Pavol Pitonak (JIRA)
jira-events at lists.jboss.org
Fri May 6 07:23:18 EDT 2011
Skinning: it's not possible to redefine some classes
----------------------------------------------------
Key: RF-10973
URL: https://issues.jboss.org/browse/RF-10973
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: skinning
Affects Versions: 4.0.0.Final
Environment: Chrome 11.0.696.57 @ Linux i686
Reporter: Pavol Pitonak
There are some differences among browsers in handling rewritten CSS classes, e.g. define following class for rich:panel:
{code}
.rf-p-b {
padding: 0px;
background-color: green;
}
{code}
result: in Firefox 3.6.x, panel's body has padding 0 and green background, in Chrome 11 background is green but panel has default padding (10px)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list