1 Reply Latest reply on Jun 22, 2009 5:09 AM by ilya_shaikovsky

    rich inplace input

      hi,
      i am using richfaces 3.3.1.I got problem how to align the filter input of extended data table.when i decrease the column width automatically the input filter width also decreasing.can any one tell me how to align or move its position from default position.Actually my requirement is to align it on left side but it is always on middle.if possible attach the code.i already used the following css

      .rich-filter-input {
      vertical-align:left;
      }

      but not working