Re: GWT CSS Style Annotation

2011-11-24 Thread Danial Farid
@cd One more thing: to change the styles without the need to recompile the code, I always use chrome or firefox inspector (right click on the element and click "inspect element"). You can modify the style and see how they look like right on the page and when you are happy with the changes, you

Re: GWT CSS Style Annotation

2011-11-24 Thread Danial Farid
@cd: IMO css styles, layouts classes, the order and methods for adding widgets to a page are all part of the view and dependent on each other, so it has its own drawbacks to assume that css is a totally different concern and people are always confused whether they should put their css styles i