Re: Can't make @sprite working ...

2011-03-04 Thread Simon M
Yes that's it thank you -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.co

Re: Can't make @sprite working ...

2011-03-03 Thread Philippe Beaudoin
I think you may be hitting this bug: http://code.google.com/p/google-web-toolkit/issues/detail?id=5320 There is a workaround in there. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolk

Can't make @sprite working ...

2011-03-03 Thread Simon M
Does someone have a hint I am going no where with that thing ... Here is the LoginPanel.ui.xml: @sprite .logo { gwt-image: "googleIcon"; vertical-align: middle; } Google And the code in the associated LoginPanel.java: public interface LoginStyle extends CssResource { String logo(); } @UiFi