Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Mozilla Firefox 10.0.1 - Windows 7
Description
The Yes/No/Maybe gadget have a defined border of 2px and a width of 550px, but the 2 outer divs of the gadget iframe also have their width of 550px, so the right side of the border is hidden,
they should have a size of iframe-width + left-border + right-border
( http://waveinabox.net/webclient/gwt/chrome/chrome.css , 220 - .gwt-Frame)
suggestion:
.gwt-Frame {
border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
border-style: solid;
border-width: 1px;
}