iamapinan / nestedsortables

Automatically exported from code.google.com/p/nestedsortables
GNU General Public License v2.0
0 stars 0 forks source link

not able to turn of padding of nest items or set to 0 #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
having a complicated dom with lots of children in your item causes a mess 
with padding and there is currently no way to switch this of or even to set the 
padding to 0

I've attached a patch that allows you to
1. set nestingPxSpace to 0: '0px' padding will be applied instead of the 
default
2. set nestingPxSpace to false: no padding will be applied, and you can 
control it yourself in css

Original issue reported on code.google.com by msaspe...@gmail.com on 8 Mar 2010 at 11:55

Attachments: