Skip to main content

Search and Top Navigation

#8528 closed bug (notabug)

Opened August 29, 2012 02:05AM UTC

Closed August 29, 2012 12:02PM UTC

DatePicker size getting so large

Reported by: vdkhiem81 Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.datepicker Version: 1.8.23
Keywords: Cc:
Blocked by: Blocking:
Description

I'm doing ASP.NET MVC 3 and using jquery ui datepicker, however it show the DatePicker so large even though I applied some of suggestion from other sources like below

.ui-widget {

font-family: Verdana,Arial,sans-serif;

font-size: 0.7em;

}

----- OR ------

#ui-datepicker-div {

font-size:12px !important;

}

----- OR ------

.ui-datepicker table {

border-collapse: collapse;

font-size: 0.9em; /*add !important if it doesn't pick up the size*/

}

Any help will be appreciated, I have spent 2 days searching without any correct fix.

Attachments (0)
Change History (1)

Changed August 29, 2012 12:02PM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

This is not a bug report. Please use the forums or StackOverflow for help.