JEESL CSS
The styling should be done inside jeeslPanel and then applied to all p:separator |
Separator 100% with 1px, exactly like the footer |
Example for footer
Separator
cc
<p:panel header="JEESL CSS" styleClass="jeesl-panel">
<p:panelGrid columns="2" columnClasses="jeeslGrid20,jeeslGrid80">
<p:outputLabel value="Style Class"/>
<h:outputText value="The styling should be done inside jeeslPanel and then applied to all p:separator"/>
</p:panelGrid>
<p:separator/>
<p:panelGrid columns="2" columnClasses="jeeslGrid20,jeeslGrid80">
<p:outputLabel value="Result"/>
<h:outputText value="Separator 100% with 1px, exactly like the footer"/>
</p:panelGrid>
<f:facet name="footer">Example for footer</f:facet>
</p:panel>