Ok after killing myself trying to override the body tag size set in my
main CSS file, you can force the size change by modifying this line in
the ui.datepicker.css file

from this

.ui-datepicker { width: 17em; padding: .2em .2em 0;}

to this

.ui-datepicker { width: 17em; padding: .2em .2em 0; font-size: 12px !
important;}

change the font size to modify the size of the calendar. the !
important; tag tells it to override the body tag.

Now I can sleep.

Mike

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to