Hey Memo, It turns out that a FlowPanel is just a div. But in general, a good strategy for finding out how to style GWT widgets and their subcomponents is to look at them with Firebug or the web inspectors that come with Google Chrome or Safari.
If you want to read up on how to set styles to widgets, there's a pretty good writeup over here: http://code.google.com/webtoolkit/tutorials/1.6/style.html#secondary Hope this helps! On Thu, Jun 18, 2009 at 1:18 PM, Memo Sanchez<[email protected]> wrote: > > Good morning... > > Where can I find information about the components of the FlowPanel for > the css... > > A want to add spacing among its elements but I can't find the correct > property. > > For example for the HorizontalPanel is > > .cssfile-HorizontalPanel td{ > padding: 2px; > } > > but this doesn't work for the flowPanel > > Thank you. -- Alex Rudnick swe, gwt, atl --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
