I just implemented jQuery & datapicker stuff for ASP .NET MVC 3 (Razor) project
and somehow the font of datapicker is incredible huge.
Any clue how to fix it?
Thank you!

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
All the jQuery UI elements can be edited by hand within the jQuery UI css file, or you can build your own custom theme at the jQuery UI site before you download it. If you’re using Chrome, Safari, or Firefox with Firebug, right click on the datepicker, select “inspect element”, and look for the corresponding lines of code within the jQuery UI css file that you need to change. If you’re not sure where your jQuery UI css file is, look at Resources in your web inspector to find the file path.