Re: Tree Padding

2010-07-28 Thread nacho
jejje yes i pulled out all my hairs from the head when i was fighting with that. On 28 jul, 11:36, David E. dve1...@gmail.com wrote: Thanks for the response Nacho. I got too frustrated trying to work with the GWT Tree implementation, so I just rolled out my own from scratch. It's much more

Re: Tree Padding

2010-07-27 Thread nacho
Something like that happened to me. What i did was the following. For example: div id=container !-- here goes my tree -- /div In the css: #container div { padding: 20px; margin: 20px; } Play with padding and margin and it could help you. On 25 jul, 21:11, David E. dve1...@gmail.com wrote:

Tree Padding

2010-07-25 Thread David E.
I'm trying to control the margin, image size and padding in a gwt-tree and gwt-tree-items. I've read the various posts but haven't found anything definitive that resolved the problem. I may have missed something, but below is the results of my latest efforts on being able to control these