[richfaces-issues] [JBoss JIRA] Commented: (RF-10973) Skinning: it's not possible to redefine some classes

Val Blant (JIRA) jira-events at lists.jboss.org
Tue Jul 12 18:24:23 EDT 2011


    [ https://issues.jboss.org/browse/RF-10973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613814#comment-12613814 ] 

Val Blant commented on RF-10973:
--------------------------------

It would also be interesting to see if re-targeting the user-specified CSS resources to the body solves the problem. 

The issue could be happening b/c CSS resources are written to the head in the wrong order, with RF resources going after user-specified ones, thus redefining the style back to what it was.

> 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: compatibility, skinning
>    Affects Versions: 4.0.0.Final
>         Environment: Chrome 11.0.696.57 @ Linux i686
>            Reporter: Pavol Pitonak
>             Fix For: 4.Future
>
>
> 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