1) How do I get rid of the blue/white default border around a
PopupPanel? The css:
.popupContent { background-color: #aaa; border: 0; }
only sets the background color of the content part - it doesn't remove
the border. Also, the PopupPanel seems to ignore all settings I put
into
.gwt-PopupPanel { ... }
including "border: 0;".
2) I would like to center the panel horizontally, but not vertically.
How can I achieve this (so that the panel is correctly (re)placed upon
window resize)?
Thanks!
--
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.