Re: Remove ALL CSS from GWT

2011-08-22 Thread Alexander Orlov
On Mon, Aug 22, 2011 at 1:36 PM, Sudhakar Abraham < s.abra...@datastoregwt.com> wrote: > > Change the property in gwt.xml file as follows. > > In the Project.gwt.xml file do not inherit the css file. > comment as follows > ...is supposed to work only if you are using "non-Layout" widgets, i.e.

Re: Remove ALL CSS from GWT

2011-08-22 Thread Sudhakar Abraham
Change the property in gwt.xml file as follows. In the Project.gwt.xml file do not inherit the css file. comment as follows Hope it helps. S. Abraham www.DataStoreGwt.com On Aug 19, 7:57 pm, Alexander Orlov wrote: > Even if you don't specify any specific theme in the *.gwt.xml some CSS > di

Re: Remove ALL CSS from GWT

2011-08-19 Thread Y2i
This is probably a coincidence. RootPanel and RootLayoutPanel serve different purposes. -- 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/-/g6vNQZ

Re: Remove ALL CSS from GWT

2011-08-19 Thread Alexander Orlov
Using RootPanel.get().add(app); instead of RootLayoutPanel.get().add(app); ...was the solution. Eventually you should add to your *.gwt.xml as described here . -- You received this message because you are subsc

Remove ALL CSS from GWT

2011-08-19 Thread Alexander Orlov
Even if you don't specify any specific theme in the *.gwt.xml some CSS directives are always inserted into the app. How can I specify that GWT should not insert any single line of CSS into the app? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit