2 Replies Latest reply on Oct 15, 2009 6:29 AM by soso_xuc

    rich-fileupload-name-padding problem

    soso_xuc

      cannot override rich-fileupload-name-padding style.
      the div element generated with this style has fixed width in pixels defined in style attribute which cannot be overridden.

      here is my style :

      .rich-fileupload-name-padding {
       width: 100%;
       padding: 2px;
      }


      here is div's HTML

      <div style="overflow: hidden; width: 80px;" class="rich-fileupload-name-padding">JavaEETutorial.pdf</div>


      what to do ?

      must i use render class ?

      thanks in advance