IDEMPIERE-724 Zk: Make iDempiere theme more easily customizable. Added css class for info product south pane.

This commit is contained in:
Heng Sin Low 2013-05-31 11:55:52 +08:00
parent 63f6cdbf2b
commit 13669f400a
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ public class InfoProductWindow extends InfoWindow {
}
}
});
south.setSclass("south-collapsible-with-title");
contentBorderLayout.appendChild(south);
tabbedPane.setSclass("info-product-tabbedpane");
south.appendChild(tabbedPane);