0 Replies Latest reply on Sep 4, 2007 12:38 PM by ylazzari

    ModalPanel controls DIV css usage modification

      Hi,

      Currently with RichFaces 3.1.0 RC3, this is what the HTML looks like for the DIV that contains the controls of a modal panel (whatever is put in the "controls" facet of the rich:modalPanel):

      <div class="dr-mpnl-pnl-text rich-mpnl-text rich-mpnl-controls" style="float: right; padding-top: 3px; padding-right: 3px;">
       ...
      </div>
      


      Would it be possible to include the content of the "style" attribute inside a CSS class instead of being directly embedded in the HTML? I'm having issues with the padding of that DIV and I can't override it through a style since the "style" attribute of the element itself takes precedence over any css classes.

      Thanks.