With version 1.6rc5, you need three files to complete a theme ui.core.css ui.theme.css ui.allplugins.css (or each indivual plugin css file, if you don't want all)
You can do this with all one link ui.all.css (@imports core, theme, allplugins) The order is significant in v1.6rc5 but we have fixed it since then (in svn trunk) so that it no longer is. Also, we've combined the core and plugin css files into one. So a theme for 1.6 final will consist of ui.base.css (includes core and all plugins) ui.theme.css If you download a theme from ThemeRoller, ui.theme.css contains the entire theme customization (as well as the images folder) and can simply be copied over the default one. As with 1.6rc5, you can simplify things by simply linking to ui.all.css - Richard On Sat, Jan 24, 2009 at 7:44 AM, Rainier Wolfcastle < [email protected]> wrote: > > I'm trying to get the Dialog plugin working but it looks extremely > plain. The demo page doesn't mention whether I have to include a CSS, > but I'm sure I have to: http://ui.jquery.com/demos/dialog > > Where do I get the CSS or whatever for the Dialog plugin? I've > downloaded a theme and the complete jQuery UI set of files, and have > made the following references in my file (I've stripped the HTML to > make this post): > > ./jquery/jquery-1.3.1.js > ./jquery/ui/ui.core.js > ./jquery/ui/ui.dialog.js > ./jquery/themes/ui.dialog.css > > I'm obviously missing something, but what? More importantly, where is > the documentation that says exactly what I need to include? I can't > find it anywhere and I'm sick of trying to pick and choose from > viewing the source of various demos (which is obviously a painful > process). > > Thanks. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
