Fix: add the css styles below:
.gwt-TabLayoutPanel { height: 100%; } /** the tab bar */ .gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs { } /** the individual tab in the tab bar */ .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab { cursor: pointer; cursor: hand; color: black; min-width: 6em; background-color: #C4D0DB; font-size: 9pt; text-align: center; float: left; margin-right: 5px; } .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected { cursor: default; background-color: #ABBCCF; } .gwt-TabLayoutPanel .gwt-TabLayoutPanelContent { border:5px solid #ABBCCF; } .gwt-TabLayoutPanel .gwt-TabLayoutPanelTabInner { }
SEE ALSO:
No comments:
Post a Comment