views:

18

answers:

1

dear all.. i have jQuery Datepicker inside my form. my problem is after i have clicked inside textfield, the datepicker shows too big. how to resize the datepicker?

+1  A: 

Check for solution in this thread

I quote -

add in a stylesheet loaded after the ui-files

div.ui-datepicker{
 font-size:10px;
}
ShiVik
that's great..fiuhh i almost make change at datepicker's css...thanks
klox