Skip to content

Commit 1d2fcad

Browse files
committed
Accordion: Removed width: 100% on accordion wrapper which was used to fix an animation bug that no longer exists with the new animation code. Fixes #8140 - nested accordion is oversized.
1 parent 0285529 commit 1d2fcad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

themes/base/jquery.ui.accordion.css

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
*
88
* http://docs.jquery.com/UI/Accordion#theming
99
*/
10-
/* IE/Win - Fix animation bug - #4615 */
11-
.ui-accordion { width: 100%; }
1210
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
1311
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
1412
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }

0 commit comments

Comments
 (0)