Use the standard theme from GWT, instead of our bad emulation from the GWT-1.3 era.
[pithos] / src / gr / ebs / gss / client / GroupPropertiesDialog.java
index bea0dfc..c7213f1 100644 (file)
@@ -100,11 +100,11 @@ public class GroupPropertiesDialog extends DialogBox {
                buttons.add(cancel);
                buttons.setCellHorizontalAlignment(cancel, HasHorizontalAlignment.ALIGN_CENTER);
                buttons.setSpacing(8);
-               buttons.addStyleName("gwt-TabPanelBottom");
+               buttons.addStyleName("gss-TabPanelBottom");
                panel.add(buttons);
                panel.setCellHorizontalAlignment(buttons, HasHorizontalAlignment.ALIGN_CENTER);
                //panel.addStyleName("gss-DialogBox");
-               panel.addStyleName("gwt-TabPanelBottom");
+               panel.addStyleName("gss-TabPanelBottom");
                groupName.setFocus(true);
        }