Css issues post GWT 2.5 Upgrade?

2013-01-02 Thread kevin
I recently upgrade to 2.5 and it seems like there is a new bug somewhere within the CssResource stuff. I think the bug only happens in development mode but after refreshing my application a couple times, certain css classes seems to get overwritten or merged with other css classes. I can't

GWT 2 Css issues with new layout panels (Proposal)

2010-01-08 Thread Sebastian
Hello, the new layout panels SplitLayout, DockLayout etc do not mark their elements with css classes. As a consequence, if you want to style them with custom css, it is actually impossible. The only option is to inject the styles directly in the code but you cannot use stylesheets based styles.

Re: GWT 2 Css issues with new layout panels (Proposal)

2010-01-08 Thread Chris Ramsdale
You may want to add your comments to the following issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=4429q=layout%20css - Chris On Fri, Jan 8, 2010 at 9:29 AM, Sebastian use...@laliluna.de wrote: Hello, the new layout panels SplitLayout, DockLayout etc do not mark their

Re: css issues

2008-11-13 Thread Syed Shahul
Hi Shaffer, Thank you for your information, at last i solve that proplem. silly mistake, i just mention the height like 30 instead we have to mention it as 30px; Thanking you Syed Shahul On Nov 8, 3:05 pm, Syed Shahul [EMAIL PROTECTED] wrote: Hi All, i am using css for my links. it works

Re: css issues

2008-11-08 Thread [EMAIL PROTECTED]
A couple of things: 1. Include specific code examples in your inquiries. What you may think is clear, sometimes is not and a snip of code can speak volumes. I can guess that by links you mean anchor tags, but not sure without example. 2. Make sure when dealing with browser related css issues