How to add a shadow border to a g:center element?
Hi,
I have a the following setup and would like to apply a box shadow around everything that is contained in the g:center tag.
The following does not work:
<g:SplitLayoutPanel>
<g:north>some other content </g:north>
<g:center styleName="{style.shadow}">
<myContent.../>
</g:center>
Probably one cannot add style names to the center element itself?
I could apply the style to the element that is within the center, but then the shadow will not show up as the center element trails the content at it's border...
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home