You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Nick Heudecker (JIRA)" <ji...@apache.org> on 2007/06/11 22:01:31 UTC

[jira] Commented: (WICKET-639) YUI Calendar is too wide

    [ https://issues.apache.org/jira/browse/WICKET-639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503597 ] 

Nick Heudecker commented on WICKET-639:
---------------------------------------

I don't think a patch is needed for a one-line correction, but here's the SVN diff:

Index: src/main/java/org/apache/wicket/extensions/yui/calendar/assets/calendar.css
===================================================================
--- src/main/java/org/apache/wicket/extensions/yui/calendar/assets/calendar.css (revision 546238)
+++ src/main/java/org/apache/wicket/extensions/yui/calendar/assets/calendar.css (working copy)
@@ -12,6 +12,7 @@
        border:1px solid #7B9EBD !important;
        float:left !important;
        overflow:hidden !important;
+       width: 220px;
 }
 
 .yui-calcontainer iframe {

> 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.