I'm having issues with the alignment of a toolbar in FF 3.0

It works fine in IE, but for some reason won't center in FF.

Below is my code:

private Panel mainPanel = new Panel();
...

mainPanel.setTopToolbar(toolbar);
toolbar.addStyleName("Toolbar");



CSS:

.Toolbar{
        text-align: center;
}

Is there a different css command to align the contents of the toolbar
other than text-align?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to