View Full Version : How to remove the panel border/margin/padding?
da_b0uncer
12 Oct 2012, 2:32 AM
I have added a panel into a window, but there is a strange dark-grey border-like line around the panel.
39321
How do I get rid of it?
bulletsoul
12 Oct 2012, 3:01 AM
border: false
da_b0uncer
12 Oct 2012, 3:06 AM
tried that, didn't work
it's a window with a container and a treepanel, and I set border: false on the container and the treepanel :\
maybe it's a padding or something from the window?
bulletsoul
12 Oct 2012, 3:21 AM
bodyStyle: 'border:0' in container.
mitchellsimoens
14 Oct 2012, 10:22 AM
Also check you are not overnesting.
da_b0uncer
14 Oct 2012, 11:48 PM
style: {
border: 0
}
Worked for me, had to put it in every container.
Yes, I try to minimize overnesting, probably I could get rid of that one container. But atm my modules are all encapsuled by a container and the main module controller ins bound to that container.
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.