Re: css dropdowndate in tapestry 4.1

2008-06-02 Thread Andreas Andreou
i think you missed a dot, it was: .calendarContainer .calendarBodyContainer tbody tr td {font-size:1em;} Don't know if there's any such document - i just found out by inspecting the 'generated' html source using firebug. On Tue, Jun 3, 2008 at 5:15 AM, t <[EMAIL PROTECTED]> wrote: > is this va

Re: css dropdowndate in tapestry 4.1

2008-06-02 Thread t
is this valid css class name calendarContainer .calendarBodyContainer ? is there any other css class i can refer to? any document on this? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Re: css dropdowndate in tapestry 4.1

2008-06-02 Thread Andreas Andreou
try to play with firebug to see what css classes those components use and give specific style to them... You'd probably need something like: .calendarContainer .calendarBodyContainer tbody tr td {font-size:1em;} On Mon, Jun 2, 2008 at 8:18 PM, t <[EMAIL PROTECTED]> wrote: > my dropdowndate compo

css dropdowndate in tapestry 4.1

2008-06-02 Thread t
my dropdowndate component is inside my body tag. my body tag font size will affect the dropdowndate. anyway to prevent this? how can i set css for dropdowndate in tapestry 4.1 ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For