Hi, 1) try "border: none;"
Check with firebug whether other style apply 2) there is a trick with setting margin-left:auto; and margin- right:auto; May be it works in your situation. Stefan Bachert http://gwtworld.de On 4 Mai, 14:46, jbdhl <[email protected]> wrote: > 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 > athttp://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
