Thanks. I had copied the old gwt folder with the css that was causing GWT not to refresh with new version.
After I removed the folder containing the old css and inherited the standard.css, GWT created the newer css files/folde.r Thanks for your help! On Wednesday, August 29, 2012 11:08:03 PM UTC-7, Chris Lercher wrote: > > They're in gwt-user.jar, in subdirectories of package > "com.google.gwt.user.theme". You can also view them in the subversion > browser, e.g. > http://code.google.com/p/google-web-toolkit/source/browse/tags/2.4.0/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard.css > > The css files will be copied automatically to a subdirectory of your war > folder (mymodulename/gwt/...), if your module inherits e.g. > > <inherits name='com.google.gwt.user.theme.standard.StandardResources'/> > > If you also want to automatically inject the standard.css into your host > HTML page, then you would use > > <inherits name='com.google.gwt.user.theme.standard.Standard'/> > > instead. > > > On Thursday, August 30, 2012 3:23:17 AM UTC+2, GWTFan wrote: >> >> We are in the process of migrating from GWT 1.5.3 to 2.4. >> I have moved the gwt folder containing css files from public to war >> folder. But as they were from 1.5.3 apparently some new definitions are >> missing. >> Where do I find the standard.css and other css files for GWT 2.4? >> >> Thanks and appreciate any pointers. >> >> -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/v3BFtqJYjssJ. 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/google-web-toolkit?hl=en.
