Re: Layout and styling of HorizontalPanel/VerticalPanel

2011-07-31 Thread Andrei
If you use myPanel class for a Vertical or Horizontal panel, you can set the style for td elements of these panels directly in the CSS file: .myPanel td { margin: 6px 0; } On Jul 28, 8:41 pm, clay claytonw...@gmail.com wrote: The setStyleName method sets the CSS class of the generated

Layout and styling of HorizontalPanel/VerticalPanel

2011-07-30 Thread clay
The setStyleName method sets the CSS class of the generated table element. Is there any way I can set the CSS class of the generated td elements within the table? What I want to do is add spacing *between* HorizontalPanel/ VerticalPanel cells but not around the outer edge of the