Skip to main content

Search and Top Navigation

#8715 closed bug (notabug)

Opened October 22, 2012 11:35PM UTC

Closed October 22, 2012 11:41PM UTC

Last modified October 22, 2012 11:59PM UTC

Why does DatePicker require a 62.5% font-size style on BODY element?

Reported by: tphelps19 Owned by:
Priority: minor Milestone: 1.10.0
Component: ui.datepicker Version: 1.8.20
Keywords: Cc:
Blocked by: Blocking:
Description

Something I noticed when working with jQuery DatePicker is that it seems to require a style of "font-size: 62.5%" to be set on the BODY element of my entire webpage to work properly. No joke, if you take that out then the calendar displays about twice the size. That doesn't seem like it's a very effective way of sizing the calendar, anyone else notice this??

Attachments (0)
Change History (3)

Changed October 22, 2012 11:41PM UTC by scottgonzalez comment:1

resolution: → notabug
status: newclosed

You can design your theme however you want. The calendar adjusts based on the font size.

Changed October 22, 2012 11:46PM UTC by tphelps19 comment:2

Perhaps I'm asking this the wrong way... is there another way I could adjust the size of the calendar without that style setting on the BODY element? I tried setting it on the input field that triggers the calendar but that doesn't affect it.

Changed October 22, 2012 11:59PM UTC by scottgonzalez comment:3

You can adjust the styles for the datepicker div. Please use the forums or StackOverflow if you need help.