I develop mostly in Safari and when creating a DialogBox I noticed
that it has a 1 pixel gap between the caption background color and the
dialog border. You should be able to reproduce with:
.gwt-DialogBox { border: 5px solid black; }
.gwt-DialogBox .Caption { background-color: gray; padding: 3px; }
On Firefox it works fine and as expected. The showcase example works
in Safari but it is using very fine border style control that I'd
rather not deal with. Since it works in Firefox I assume it was just
overlooked for Safari?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---