I've been migrating to GXT 2.0 (and to GWT 1.6 implicitly) and I've had problems with the css as well. I folowed your instructions, but the default/ directory you mention has been removed. Should I copy some other dir? The current structure is:
gray/
structure/
visual/
gxt-all.css
gxt-gray.css
Thanks.
Eugen.
Originally Posted by jbaxter
Nathan, if you create a css subdirectory of your application's public directory and copy the following files/directories from gxt:resources/css/ into it, things should work:
default/
gray/
gxt-all.css
gxt-gray.css
You'll also need to copy gxt:resources/images under your public directory.