aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/ui.datepicker.css
Commit message (Collapse)AuthorAgeFilesLines
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-161-61/+0
| | | | file renames in 1.8a1
* Datepicker: fixed #4085 - Can not display year and month correctly in JapaneseKeith Wood2009-04-011-2/+1
|
* datepicker: #4032 - Incorrect layout in multiple month rows. I noticed the ↵Ca-Phun Ung2009-02-011-1/+1
| | | | static tests were recently updated with a row-break so I have added the row-break fix for now so it will be ready for the release. We should seriously consider inline-block.
* added row break class to datepicker with multiple calendars. we can delete ↵Maggie Costello Wachs2009-01-281-0/+1
| | | | this later if needed; just want to make sure a fix is in place before the next release.
* YUI combat: specified padding and borders for td, thScott Jehl2009-01-211-1/+2
|
* prefixed all interior selectors with .ui-pluginnameScott Jehl2009-01-211-13/+13
|
* datepicker: prev/next buttons were bumping in disabled state due to :hover ↵Paul Bakaus2009-01-071-3/+3
| | | | rules in the stylesheet, fixed by adding ui-datepicker-prev/next-hover classes, fixes #3774
* Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: IE doesn't ↵Ca-Phun Ung2008-12-231-1/+14
| | | | seem to like dynamic widths so had no other choice but to hard code some width values (this needs a better fix).
* Datepicker #3647: Added RTL support to the datepicker theme and reverted ↵Ca-Phun Ung2008-12-221-3/+8
| | | | markup changes for RTL in r1196 for better semantics.
* removed rule that set background image to none on "today" highlight state. ↵Scott Jehl2008-12-221-1/+0
| | | | Element shows complete ui-state-highlight style now.
* Datepicker #3647: fixed RTL support for new UI markup.Ca-Phun Ung2008-12-201-1/+9
|
* fixed position of prev/next arrows on hoverMaggie Costello Wachs2008-12-111-6/+8
|
* updated #3647: static page now has recommended markup for datepicker with ↵Maggie Costello Wachs2008-12-111-12/+25
| | | | | | multiple calendars/months also edited styles so that month/year feedback header always centers over calendar
* set svn:eol-style to nativeRichard Worth2008-12-051-19/+19
|
* Added new jQuery UI CSS Framework (/themes/base) and matching static markup ↵Richard Worth2008-12-051-0/+20
test pages. Thanks scottjehl :)