Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQuery Themeroller css Wrapping Accordion header

I am using a JQuery Themeroller theme from Jquery UI 1.8.10. I want to change my theme using themeroller. The current themeroller version is for jquery UI 1.9. When I download the a new theme and implement the CSS/images, the headers on my accordion menu's are doubling in size. The Arrow icon is on one line and the header text is wrapped down to the next line.

Is there a way to access the previous version of jquery UI Themeroller? Or alternatively, is there a small fix to this that others have found? My biggest worry is that I miss one css line somewhere that doesn't get caught by a regression test.

like image 252
Joseph Avatar asked Nov 13 '22 16:11

Joseph


1 Answers

Accessing Legacy versions of JQueryUI and Themeroller

You can rebuild the quick access links at the bottom of their site to use the version you are looking for.

http://code.jquery.com/ui/1.8.10/themes/base/jquery-ui.css

http://code.jquery.com/ui/1.8.10/jquery-ui.js

You can see the release history on wikipedia to see which version of JQuery pairs up with the release.

You can access prebuild supported themeroller themes for legacy versions here

Google CDN Links for legacy JQueryUI

In regards to the custom JQueryUI and Themeroller package builder.

That is currently not supported for legacy versions. They are working towards a solution, but none currently exist. Reference

like image 98
Malkus Avatar answered Nov 15 '22 06:11

Malkus