开发者

jquery ui datepicker font size is huge

开发者 https://www.devze.com 2022-12-30 11:33 出处:网络
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 u

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 u开发者_运维百科p so big?

CSS:

http://paste2.org/p/835414

tough i doubt that will be very usefull.


Modify font-size in the .ui-widget class. Change it from 1.1em (the current value) to something less, like 1em or 0.9em. Or just use a static size, like 12px, but that's not recommendable.

0

精彩评论

暂无评论...
验证码 换一张
取 消