Re: How to override module stylesheet definitions

2009-08-31 Thread Fred Sauer
As a heads up, if you build gwt-dnd from trunk (which requires using GWT 2.0 features form trunk) the stylesheet in injected via StyleInjector which avoids the extra HTTP round trip for gwt-dnd.css incurred by the stylesheet src=.../ configuration you mention below. Hope that helps. Fred On

Re: How to override module stylesheet definitions

2009-08-31 Thread Alex Epshteyn
Thanks Fred, I think the easiest solution is to wait for 2.0 On Mon, Aug 31, 2009 at 3:44 PM, Fred Sauerfre...@google.com wrote: As a heads up, if you build gwt-dnd from trunk (which requires using GWT 2.0 features form trunk) the stylesheet in injected via StyleInjector which avoids the

Re: How to override module stylesheet definitions

2009-08-18 Thread Thomas Broyer
On 18 août, 07:39, Alex Epshteyn alexander.epsht...@gmail.com wrote: Surprisingly was unable to find any prior discussions about this... I'm optimizing my app's load time by merging all my stylesheets into a single CSS file (then minifying it with YUI compressor), to reduce the number of

How to override module stylesheet definitions

2009-08-17 Thread Alex Epshteyn
Surprisingly was unable to find any prior discussions about this... I'm optimizing my app's load time by merging all my stylesheets into a single CSS file (then minifying it with YUI compressor), to reduce the number of HTTP requests. I'd like to also concatenate all the stylesheets from third