From f7d226bd31fb7ae6f96b742b4436f2ffd011054a Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 8 Feb 2009 19:17:19 +0000 Subject: Move jQuery UI ThemeRoller css and images to lib. Should simplify future updates, keep default theme directories clean. --- lib/themeroller/README | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 lib/themeroller/README (limited to 'lib/themeroller/README') diff --git a/lib/themeroller/README b/lib/themeroller/README new file mode 100644 index 00000000..0e7e0222 --- /dev/null +++ b/lib/themeroller/README @@ -0,0 +1,33 @@ +CURRENT INFO +------------ +jQuery UI ThemeRoller Theme: Redmond + +Compatible with jQuery UI 1.6rc6 + +jQuery UI theme from the jQuery UI ThemeRoller gallery. This is a stock +theme with no color, font, or background image changes. Some CSS styles +are overridden by the Gallery 3 default theme's screen.css. + +UPDATING +-------- +* Go to: http://ui.jquery.com/themeroller/ +* Select the Gallery tab in the left column +* Click the Download link under the Redmond theme +* Unpack it, delete all but the following + theme/images/ + theme/ui.base.css + theme/ui.core.css + theme/ui.datepicker.css + theme/ui.dialog.css + theme/ui.progressbar.css + theme/ui.resizable.css + theme/ui.theme.css +* Store the remaining contents of jquery-ui-themeroller/theme/ in vendor/themeroller/ +* Edit vendor/themeroller/ui.base.css so that it contains: + @import "ui.core.css"; + @import "ui.theme.css"; + @import "ui.datepicker.css"; + @import "ui.dialog.css"; + @import "ui.progressbar.css"; + @import "ui.resizable.css"; +* svn cp vendor/themeroller gallery3/trunk/lib/themeroller -- cgit v1.2.3