0 Replies Latest reply on Dec 21, 2007 11:15 AM by asookazian

    rich:modalPanel and CSS

    asookazian

      I have 4 modalPanel's in my JSF. How can I set the width, height and other parameters of modalPanel in my CSS?

      I see the following in my CSS:

      .rich-table {
       width:100%;
      }


      Is it something that would need to override the blueSky template in web.xml?
       <context-param>
       <param-name>org.richfaces.SKIN</param-name>
       <param-value>blueSky</param-value>
       </context-param>