1 Reply Latest reply on Apr 16, 2007 5:09 PM by sergeysmirnov

    TabPanel css render issues

    james_hays

      I have a small issue when using TabPanel. My application uses a css layout with the following code.


      td, th {
      padding-left: 5px;
      padding-right: 5px;
      padding-top: 1px;
      padding-bottom: 1px;
      }


      Due to the padding, RichFaces' Tabs are drawn very spread out. Could we add into the default TabPanel css whatever is needed for this not to happen?

      Thanks,

        • 1. Re: TabPanel css render issues

          Everything that uses table layout, but not only tabPanel will look weird.

          In general, you can define all possible css classes to return tabPanel back to the normal shape, but is really better do not use such power definition how you have for th, td.