RE: DatePicker style in old Wicket 2.0

2007-09-09 Thread Stefan Lindner
I hope my css is loaded after the DatePicker css. When I override some styles 
of other wicket components (e.G. TabPanel) the changes take effect. Only the 
DatePicker is not affected. The DatePicker component seems to use it's default 
css because I did not specify any DatePicker css in my page header.
How can I control the order of css loading?

Regard
Stefan

-Ursprüngliche Nachricht-
Von: Martijn Dashorst [mailto:[EMAIL PROTECTED] 
Gesendet: Sonntag, 9. September 2007 11:59
An: users@wicket.apache.org
Betreff: Re: DatePicker style in old Wicket 2.0

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
>
> 
>  href="MyOwnCalendarStyle.css"/>
> 
>
> 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]


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



Re: DatePicker style in old Wicket 2.0

2007-09-09 Thread Martijn Dashorst
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
>
> 
>  href="MyOwnCalendarStyle.css"/>
> 
>
> 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]