YUI Calendar is too wide
------------------------

                 Key: WICKET-639
                 URL: https://issues.apache.org/jira/browse/WICKET-639
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-datetime
    Affects Versions: 1.3.0-beta1
         Environment: Firefox 2.0.0.4 and IE 6.
            Reporter: Nick Heudecker
            Priority: Trivial


The YUI popup calendar is too wide, sometimes causing the containing page to 
scroll to the right.  To resolve, update the calendar.css file to have a width: 

.yui-calcontainer {
        position:relative;
        padding:5px !important;
        background-color:#F7F9FB;
        border:1px solid #7B9EBD !important;
        float:left !important;
        overflow:hidden !important;
        width: 220px;
}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to