I solved it with this:
div {
margin-top: 0px !important;
margin-bottom: 0px !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
}
span {
margin-top: 0px !important;
margin-bottom: 0px !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
}
But that's not really optimal... It's like putting down cats with
nuclear bombs...
On 3 Okt., 11:30, Ibmurai <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---