diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-02-27 09:34:00 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-02-27 09:34:00 -0500 |
commit | 1d2fcaddadbb1ad313e3d7c5018f2fd9f31ce1e0 (patch) | |
tree | 4f61b6a09ce79be23a051eebce844057271b8e05 | |
parent | 02855292f2746d2c6f64a729730727df6684c6c7 (diff) | |
download | jquery-ui-1d2fcaddadbb1ad313e3d7c5018f2fd9f31ce1e0.tar.gz jquery-ui-1d2fcaddadbb1ad313e3d7c5018f2fd9f31ce1e0.zip |
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.
-rw-r--r-- | themes/base/jquery.ui.accordion.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/base/jquery.ui.accordion.css b/themes/base/jquery.ui.accordion.css index 2a423949c..18e087e8f 100644 --- a/themes/base/jquery.ui.accordion.css +++ b/themes/base/jquery.ui.accordion.css @@ -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; } |