Reviewers: rice, Description: Fixing a bug with images used in CellTree, CellBrowser, and IconCellDecorator in browsers that bundle images (IE). Currently, these classes incorrectly construct an image from the ImageResource. This patch makes them use AbstractImageProto to create the HTML for images, which handles the image bundles correctly. This patch also changes some styles and elements so images line up nicely with text.
Please review this at http://gwt-code-reviews.appspot.com/912801/show Affected files: M user/src/com/google/gwt/cell/client/IconCellDecorator.java M user/src/com/google/gwt/user/cellview/client/CellBrowser.java M user/src/com/google/gwt/user/cellview/client/CellTree.java -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
