[richfaces-issues] [JBoss JIRA] Created: (RF-6562) page: rich-page-header and rich-page-footer classes have different padding: "0 20px" and "20px 0".

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Fri Mar 20 14:17:22 EDT 2009


page: rich-page-header and rich-page-footer classes have different padding: "0 20px" and "20px 0".
--------------------------------------------------------------------------------------------------

                 Key: RF-6562
                 URL: https://jira.jboss.org/jira/browse/RF-6562
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.1
         Environment: IE6, IE7, FF 3.0.7, Safari 3.1, Opera 9.62, Chrome 1.0.154.43(3.3.1.BETA1)
            Reporter: Mikhail Vitenkov
            Assignee: Nick Belaevski
            Priority: Minor
         Attachments: wrong_rich-page-header_padding.png

Use following code:
<rich:page>
		<f:facet name="header">
			<h:panelGroup layout="block" styleClass="facetDiv">HEADER</h:panelGroup>
		</f:facet>
		<f:facet name="sidebar">
			...
		</f:facet>

		<f:facet name="footer">
			<h:panelGroup layout="block" styleClass="facetDiv" >FOOTER</h:panelGroup>
		</f:facet>
	</rich:page>
For more information see attached wrong_rich-page-header_padding.png

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list