0 Replies Latest reply on Apr 11, 2012 9:25 PM by ripper9100

    Calendar Shrinks

    ripper9100

      Hi,

       

      So I'm using Richfaces 4.1 and I'm having the following issue.

       

      With the following code everything is fine.

      <rich:calendar id="calendar">
      </rich:calendar>
      
      

       

      regular.jpg

       

      Now if I try to move the calendar this happens.

       

      <rich:calendar id="calendar" sstyle="position:relative;right:30px;">
      </rich:calendar>
      
      

      moved.jpg

       

      Why does the calendar shrink? How can I move it without this happening?