Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -36/+0 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Accordion: Avoid resetting outline on headers. Fixes #9352: Accordion - ↵ | TJ VanToll | 2013-07-20 | 1 | -1/+2 |
| | | | | Active header has no focus indicator | ||||
* | CSS Framework: Update API links from the old docs site to their new API site ↵ | TJ VanToll | 2013-06-05 | 1 | -1/+1 |
| | | | | location. | ||||
* | Accordion: Removing unused ui-accordion-noicons class. | TJ VanToll | 2013-05-27 | 1 | -3/+0 |
| | | | | (cherry picked from commit e8c4d21bf495719c7746134e08cd32097c8bf980) | ||||
* | Update copyright year to 2013. | Scott González | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Theme: removed or changed occurrences of zoom. Fixes #7975 - Remove invalid ↵ | Anika Henke | 2012-11-29 | 1 | -2/+1 |
| | | | | | | CSS for legacy browsers Because of overlapping issues, this also reverts most of e77edc60 and fixes it in a different way. | ||||
* | CSS: Reformatted CSS to use better coding standard | Anika Henke | 2012-11-19 | 1 | -6/+29 |
| | |||||
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -1/+2 |
| | |||||
* | Accordion: Use .show()/.hide() for initial panel visibility. | Scott González | 2012-05-23 | 1 | -2/+1 |
| | |||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. | ||||
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Accordion: Removed width: 100% on accordion wrapper which was used to fix an ↵ | Scott González | 2012-02-27 | 1 | -2/+0 |
| | | | | animation bug that no longer exists with the new animation code. Fixes #8140 - nested accordion is oversized. | ||||
* | Accordion: Removed requirement for headers contain a child (and removed ↵ | Scott González | 2012-02-27 | 1 | -5/+4 |
| | | | | associated ui-accordion-heading class). | ||||
* | Accordion: Simplify CSS so content panels never have a top border instead of ↵ | Scott González | 2012-02-09 | 1 | -3/+1 |
| | | | | toggling the bottom border of the headers. | ||||
* | Accordion: Fixed styling for nested accordions. | Scott González | 2012-01-31 | 1 | -1/+2 |
| | |||||
* | Accordion: Moved the ui-accordion-icons class to the headers to properly ↵ | Scott González | 2012-01-31 | 1 | -1/+3 |
| | | | | style nested accordions with varying settings of icons and no icons. Fixes #7880 - Nested accordion. | ||||
* | Accordion: Use ui-accordion-header-active class. | Scott González | 2012-01-31 | 1 | -3/+3 |
| | |||||
* | Accordion: Added ui-accordion-header-icon class to generated icons in order ↵ | Scott González | 2011-02-02 | 1 | -1/+1 |
| | | | | to not interfere with any additional icons that users might add. | ||||
* | Accordion: Removed ui-accordion-li-fix class; I couldn't find instances ↵ | Scott González | 2011-01-31 | 1 | -1/+0 |
| | | | | where this caused a problem in IE. Fixed #6892 - Accordion: broken animation in Chrome. | ||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Accordion: Added .ui-accordion-heading class to header's first child. Fixes ↵ | Alex Dovenmuehle | 2010-12-10 | 1 | -3/+3 |
| | | | | #6743 - Accordion: Add .ui-accordion-heading class. | ||||
* | All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files. | Scott González | 2010-07-14 | 1 | -2/+9 |
| | |||||
* | Accordion: Remove zoom on anchors. Fixes #4662 - Accordion: Long links ↵ | Scott González | 2010-07-14 | 1 | -2/+0 |
| | | | | create line breaks in IE. | ||||
* | Accordion: Default accordion to 100% width. Fixes #4615 - Accordion display ↵ | Scott González | 2010-07-14 | 1 | -0/+2 |
| | | | | problems in IE6/7 on panel close. | ||||
* | Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the ↵ | jzaefferer | 2010-03-27 | 1 | -0/+2 |
| | | | | destroy-method test in IEs (zoom style wasn't cleaned up on destroy) and should perform slightly faster, too | ||||
* | fixed #5163 - themes: css files need to be renamed to be consistent with js ↵ | Richard Worth | 2010-02-16 | 1 | -0/+10 |
file renames in 1.8a1 |