Accordion theme issues with autoHeight and fillSpace

Accordion theme issues with autoHeight and fillSpace

Hi,
while migrating the accordion to the new CSS framework I introduced an
additional wrapper div around the accordion's content elements. The
wrapper is then the animated element, while the wrapped gets the theme
classes applied.
This falls apart as soon as you use autoHeight or fillSpace with
content elements with different amounts of contents. Click on the
second header to see the issue:
http://jquery-ui.googlecode.com/svn/trunk/tests/visual/accordion.html
I think what we need is to move all theme-classes to the wrapper, and
splitting up ui-accordion-content into two classes: One for the
wrapper with border: 0, one for the wrapped with the padding applied.
I'd like to get that approved by our designers first before fixing the code.
Jörn