Even though I use the stylesheet below, all tree items are contained
in a div with 3px padding. This didn't happen prior to my upgrade to
1.5.2 (from 1.4.6)
I need that padding to be 0px...
Help?
.gwt-Tree {
margin: 0px;
padding: 0px;
}
div {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.gwt-Tree .gwt-TreeItem {
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---