0 Replies Latest reply on Feb 23, 2009 4:38 AM by allforjava

    How To: Richfaces: Panel layout !

    allforjava

      Hi,

      Which CSS-(Cascaded Style Sheet) property definitions, control the space (margin) between two or more adjacent rich:panels (or other richfaces components)? For example

      <rich:panel>
       <f:facet name="header">Welcome!</f:facet>
      <rich:panel>
      <rich:panel>
       <f:facet name="header">Welcome!</f:facet>
      <rich:panel>
      


      the above code displays two panels with header and a space between them. I need to customise it through theme.css

      Thank you for looking into it.

      Regards