I'm building a basic UiBinder application with the DockLayoutPanel with a Tree for navigation in the west region. The standard.css applies a background image to the TreeItems when selected. The image is bound within the div containing class="gwt-TreeItem".
I would like the background image to extend to the right all the way to the edge of the west region. I've tried changing the width of the TreeItem through css styles. I've also tried to removeStyleName/addStyleName to the element. I can get the effect I'm looking for by editing the HTML directly in Firebug to remove the style="display:inline;" value. However, as soon as I refresh the page the style="display:inline;" is put back and restoring the standard appearance. Has anyone learned how to manipulate the underlying TreeItem styles? 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.
