hi per,

you could copy the calendar.css file change it according to your needs. to
get your customized css rules to overrule the default calendar css rules,
you'd have to provide rules with a higher specificty.

example for higher specificity:

[original-calendar.css]
.yuicalendar { display: block; }

[my-customized-calendar.css]
.myCalendar .yuicalendar { display: inline; }


could you file a RFE, so that we can provide the facilities for that?

regards,
  gerolf


On 9/13/07, Per Newgro <[EMAIL PROTECTED]> wrote:
>
> Hi *,
>
> is someone knowing howto customize the layout of a
> org.apache.wicket.extensions.yui.calendar.DatePicker? I like to change
> some colors and maybe the font.
>
> I tried to override css settings in my startpage, but layout didn't
> changed.
> Investigation of DatePicker (to override and customize it) didn't result
> in a meaningful class.
>
> I hope someone can help me.
> Cheers
> Per
> --
> Psssst! Schon vom neuen GMX MultiMessenger gehört?
> Der kanns mit allen: http://www.gmx.net/de/go/multimessenger
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to