2 Replies Latest reply on Nov 8, 2011 6:21 AM by pvito

    rich:notifyMessages : width of popup message

    pvito

      Hi All,

       

      I am using richfaces 4.1.0 M2.

       

      This is the source code:

       

      <rich:notifyStack id="globalStack" position="topRight"  direction="vertical">

             <rich:notifyMessages id="globalNotify" ajaxRendered="true" globalOnly="true" stayTime="10000" stack="globalStack"/>

      </rich:notifyStack>

       

      How I can change width of popup window of notify ?

       

      w300px.JPG

       

      I tried to change this in CSS

       

      rf-ntf

      rf-ntf-error

      rf-ntf-pos-topRight

       

      but width always is 300px.

       

      Any help would be appreciated.