|
|
I often use the jQuery ui-lightness theme for my DatePicker, which I feel is quite nice. However by default, the DatePicker layout is quite ‘explosive’ and displays with big fonts.
However there is a simple way to change that with a small amount of css. Here’s some sample CSS to reduce the font-size of the DatePicker to reduce its size and change some styling
<style type="text/css">
.ui-datepicker {
font-family:Garamond;
font-size: 11px;
margin-left:10px
}
</style>
Now if you run the same code, the DatePicker shows up like this:
'Like' us on our FaceBook page if you find this blog useful. Thanks!
Did you like this post?
|
|
|
||
|
|
|
|
Save on Delicious |
|
|
subscribe via rss |
|
subscribe via e-mail |
|
|
print this post |
|
follow me on twitter |




comments
6 Responses to "Reduce Size of the jQuery DatePicker"good one - it works..
Good One Thank You
Thanks a lot .... it worked
After a lot of googling: your's is simple and works! Thank you.
Thank you!!
Thank U , It worked like Charm..
Post a Comment