Hi Ed,
you missed to tell us what exaclty you do not understand.
When you do nothing else within the css, you have to create an own
interface from CssResource and add the css-classes
String panel();
String content();
This class return the obfuscated ("real") names of the classes which
you have to apply in the appropriate style method.
Alternatively, you could mark both css-classes as external in the
css. add to the css:
@external panel, content;
Stefan Bachert
http://gwtworld.de
On 23 Apr., 11:50, Ed <[email protected]> wrote:
> Hi All,
>
> I am trying to use a style like:
> .panel .content {
> padding: 10px;
>
> }
>
> In the CssResource way. How can I do this correctly?
>
> I find the documentation on this (http://code.google.com/webtoolkit/
> doc/latest/DevGuideClientBundle.html#CssResource) is a bit hard to
> understand :(...
>
> Ed
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group
> athttp://groups.google.com/group/google-web-toolkit?hl=en.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.