im trying to add a datepicker to my symfony application and i got it working, but the size of the datepicker is about 3 times bigger than normal (on the demo page). I have not edited any CSS, i just used the default ui lightness theme no modifications.
Does anybody have any idea why the size is blown up so big?
CSS:
tough i doubt that will be very usefull.
Modify
font-sizein the.ui-widgetclass. Change it from1.1em(the current value) to something less, like1emor0.9em. Or just use a static size, like12px, but that’s not recommendable.