Re: No default css for TabLayoutPanel?

2009-12-15 Thread Ze Critter
Not only tabs are just rendered as plain text, in ie tabs are piled one above other like in VerticalPanel (at least I had this problem in msie 8). As container for tabs in TabLayoutPanel is FlowPanel, one should explicitly add something like float: left; to gwt-TabLayoutPanelTab style to avoid th

No default css for TabLayoutPanel?

2009-12-13 Thread jbdhl
I have made a TabLayoutPanel, but it is rendered completely plain: no styles, what so ever. The tabs are just rendered as plain text. I have difficulties layouting the panel as there apparently is no css for "- selected" tabs: http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/