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 !-- inherits name='com.google.gwt.user.theme.standard.Standard'/ -- Hope it helps. S. Abraham www.DataStoreGwt.com On Aug 19, 7:57 pm, Alexander Orlov

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 !-- inherits name='com.google.gwt.user.theme.standard.Standard'/ -- ...is

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 inherits name=com.google.gwt.user.theme.standard.StandardResources/ to your *.gwt.xml as described

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