Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed #5163 - themes: css files need to be renamed to be consistent with js ↵ | Richard Worth | 2010-02-16 | 1 | -61/+0 |
| | | | | file renames in 1.8a1 | ||||
* | Datepicker: fixed #4085 - Can not display year and month correctly in Japanese | Keith Wood | 2009-04-01 | 1 | -2/+1 |
| | |||||
* | datepicker: #4032 - Incorrect layout in multiple month rows. I noticed the ↵ | Ca-Phun Ung | 2009-02-01 | 1 | -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 Wachs | 2009-01-28 | 1 | -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, th | Scott Jehl | 2009-01-21 | 1 | -1/+2 |
| | |||||
* | prefixed all interior selectors with .ui-pluginname | Scott Jehl | 2009-01-21 | 1 | -13/+13 |
| | |||||
* | datepicker: prev/next buttons were bumping in disabled state due to :hover ↵ | Paul Bakaus | 2009-01-07 | 1 | -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 Ung | 2008-12-23 | 1 | -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 Ung | 2008-12-22 | 1 | -3/+8 |
| | | | | markup changes for RTL in r1196 for better semantics. | ||||
* | removed rule that set background image to none on "today" highlight state. ↵ | Scott Jehl | 2008-12-22 | 1 | -1/+0 |
| | | | | Element shows complete ui-state-highlight style now. | ||||
* | Datepicker #3647: fixed RTL support for new UI markup. | Ca-Phun Ung | 2008-12-20 | 1 | -1/+9 |
| | |||||
* | fixed position of prev/next arrows on hover | Maggie Costello Wachs | 2008-12-11 | 1 | -6/+8 |
| | |||||
* | updated #3647: static page now has recommended markup for datepicker with ↵ | Maggie Costello Wachs | 2008-12-11 | 1 | -12/+25 |
| | | | | | | multiple calendars/months also edited styles so that month/year feedback header always centers over calendar | ||||
* | set svn:eol-style to native | Richard Worth | 2008-12-05 | 1 | -19/+19 |
| | |||||
* | Added new jQuery UI CSS Framework (/themes/base) and matching static markup ↵ | Richard Worth | 2008-12-05 | 1 | -0/+20 |
test pages. Thanks scottjehl :) |