Is your stylesheet loaded after the datepicker sheet?

Martijn

On 9/9/07, Stefan Lindner <[EMAIL PROTECTED]> wrote:
> Der wicket wizzards,
>
> how can I modify the look (e.g. the font-size) of the DatePicker popup
> js-component? I try to override the css class (.calendar) in my own css
> but this has no effect.
>
> Html-code like
>
>         <head>
>                 <link rel="stylesheet" type="text/css"
> href="MyOwnCalendarStyle.css"/>
>         </head>
>
> MyOwnCalendarStyle.css like
>
>         .calendar {
>                 font-size:20px;
>         }
>         .calendar table {
>                 font-size:20px;
>         }
>
>
> Can anybody help me?
>
> Regards, Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0-beta3 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to