8 Replies Latest reply on May 6, 2011 7:35 AM by adrianprecub

    <rich:panel> padding customization

    adrianprecub

      Hello,

       

      I just started using RichFaces 4 and i can't change the padding from <rich:panel>.

      I've created a class in my css file and it looks like this

      .rf-p-b {

          padding: 0px;

      }

      this class is loaded because i can see it with firebug, but the default class included in richfaces overrides my class and sets the padding to 10px.

      Can anyone tell me if this feature can have it;s padding customized?

       

      Thank you,