Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-639

YUI Calendar is too wide

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Won't Fix
    • 1.3.0-beta1
    • None
    • wicket-datetime
    • None
    • Firefox 2.0.0.4 and IE 6.

    Description

      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;
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            nheudecker Nick Heudecker
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: