1 Reply Latest reply on Oct 7, 2010 4:25 AM by ilya_shaikovsky

    rich tab panel

    krikorherlopian

      <rich:tabPanel style="rich-tabpanel-content" value="#{menu.width}" headerAlignment="right" >
                      <rich:tab id="first" label="First">
                         
                      </rich:tab>
                      <rich:tab id="second" label="Second">
               
                      </rich:tab>

       

      have a rich tab panel, i want to remove its borders.I dont want any line to show up, plus I just want it to take one line of the page

       

      this aint working

      rich-tabpanel-content {
                  border: 0px;
                  padding:0px;
                  margin: 0px;
              }