Skip to content

Commit

Permalink
Accordion: Removed width: 100% on accordion wrapper which was used to…
Browse files Browse the repository at this point in the history
… fix an animation bug that no longer exists with the new animation code. Fixes #8140 - nested accordion is oversized.
  • Loading branch information
scottgonzalez committed Feb 27, 2012
1 parent 0285529 commit 1d2fcad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions themes/base/jquery.ui.accordion.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
*
* http://docs.jquery.com/UI/Accordion#theming
*/
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
Expand Down

0 comments on commit 1d2fcad

Please sign in to comment.