If you can go through the excercise of fguring out how to change the base.css default web2py css to make it jquery-ui friendly, I will be happy to change it.
On Feb 8, 5:39 pm, Carlos <[email protected]> wrote: > Hi all, > > What's the best way to integrate jquery's ui themes into web2py's default > layout/css without causing css conflicts?. > > http://jqueryui.com/download > > I downloaded the smoothness theme and inserted the following lines in web2py > model (after renaming the downloaded files): > > response.files.append(URL('static','js/jquery-ui.js')) > response.files.append(URL('static','css/jquery-ui.css')) > > Then I used the dialog widget: > > $('#x').dialog('open') > > But when the dialog window opens I can see several css inconsistences > applied to its content, e.g. labels. > > For reference I can see the following css rules are being applied to the > dialog contents (which alter web2py's default css): > .ui-widget > .ui-widget-content > > Is there a known way to easily reconcile these differences?, or am I doing > something wrong?. > > Thanks, > > Carlos

