aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.accordion.css
Commit message (Collapse)AuthorAgeFilesLines
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-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 VanToll2013-07-201-1/+2
| | | | Active header has no focus indicator
* CSS Framework: Update API links from the old docs site to their new API site ↵TJ VanToll2013-06-051-1/+1
| | | | location.
* Accordion: Removing unused ui-accordion-noicons class.TJ VanToll2013-05-271-3/+0
| | | | (cherry picked from commit e8c4d21bf495719c7746134e08cd32097c8bf980)
* Update copyright year to 2013.Scott González2013-01-101-1/+1
|
* Theme: removed or changed occurrences of zoom. Fixes #7975 - Remove invalid ↵Anika Henke2012-11-291-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 standardAnika Henke2012-11-191-6/+29
|
* Simplify licensing.Scott González2012-08-091-1/+1
|
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
|
* Accordion: Use .show()/.hide() for initial panel visibility.Scott González2012-05-231-2/+1
|
* Protect all copyright notices against minificationJo Liss2012-04-021-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ález2012-03-081-1/+1
|
* Accordion: Removed width: 100% on accordion wrapper which was used to fix an ↵Scott González2012-02-271-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ález2012-02-271-5/+4
| | | | associated ui-accordion-heading class).
* Accordion: Simplify CSS so content panels never have a top border instead of ↵Scott González2012-02-091-3/+1
| | | | toggling the bottom border of the headers.
* Accordion: Fixed styling for nested accordions.Scott González2012-01-311-1/+2
|
* Accordion: Moved the ui-accordion-icons class to the headers to properly ↵Scott González2012-01-311-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ález2012-01-311-3/+3
|
* Accordion: Added ui-accordion-header-icon class to generated icons in order ↵Scott González2011-02-021-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ález2011-01-311-1/+0
| | | | where this caused a problem in IE. Fixed #6892 - Accordion: broken animation in Chrome.
* Updated copyright year.Scott González2011-01-171-1/+1
|
* Accordion: Added .ui-accordion-heading class to header's first child. Fixes ↵Alex Dovenmuehle2010-12-101-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ález2010-07-141-2/+9
|
* Accordion: Remove zoom on anchors. Fixes #4662 - Accordion: Long links ↵Scott González2010-07-141-2/+0
| | | | create line breaks in IE.
* Accordion: Default accordion to 100% width. Fixes #4615 - Accordion display ↵Scott González2010-07-141-0/+2
| | | | problems in IE6/7 on panel close.
* Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the ↵jzaefferer2010-03-271-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 Worth2010-02-161-0/+10
file renames in 1.8a1