Hi
I have a CSS style rule "form" defined like this,
.form {
padding: 10px
}
then I add this style to a Grid panel like this,
class MyPanel extends Grid {
MyPanel() {
super(2, 2);
addStyleName("form");
}
......
}
The padding effect does not show in hosted mode (even if I changed to
padding: 50px).
However it is working correctly when compiled and run in the browser.
Is this a expected behavior?
--
Hez
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---