Hi,
I have something like the following code:
fontsize-2 is dynamically added by a javascript depending on the user's preference. There can be different font-sizes.
The fontsize-2 class is defined as:
However, it is not working. The font-size of the raddatepicker does not increase.
What can I do?
Thanks in advance.
Rafferty
I have something like the following code:
<div id="wrapper" class="fontsize-2"> <telerik:RadDatePicker ...> <DateInput font-size="1.0em"></DateInput> </telerik:RadDatePicker></div>fontsize-2 is dynamically added by a javascript depending on the user's preference. There can be different font-sizes.
The fontsize-2 class is defined as:
#wrapper.fontsize-2 { font-size: 133%; line-height: 1.4285; }However, it is not working. The font-size of the raddatepicker does not increase.
What can I do?
Thanks in advance.
Rafferty