Re: how to align labels within a FlowPanel or a LayoutPanel

2010-08-30 Thread Magnus
Addon: I have tried a lot of things with LayoutPanel and FlowPanel, and also a lot of alignment methods with CSS (e. g. display:table-cell;vertical- align:middle;), but I feel that everything is overridden by GWT. Every div has style "position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0

how to align labels within a FlowPanel or a LayoutPanel

2010-08-30 Thread Magnus
Hi, how can I vertically center a Label (or HTML) within a FlowPanel or LayoutPanel? In addition, how can I have two Labels (or HTMLs) in a row, one at the left and one at the right, each one vertically centered? Thank you Magnus -- You received this message because you are subscribed to the G