Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In a HTML application page I defined 5 dijit.layout.ContentPane objects. There exist gaps between each 2 neighbored panes. The gap size is defined in a online css. How can I overwrite the gap definition to change the gap size? Thanks.
Posted
Comments
Sergey Alexandrovich Kryukov 13-Nov-14 15:36pm    
Just override them. Don't know how? It depends on how you did the gaps in first place. If you did not tell us how, how can anyone advise you on your problem?
—SA
s yu 13-Nov-14 15:41pm    
The 5 panes are in
<div id="appContent" dojotype="dijit.layout.BorderContainer" design="headline" gutters="true" style="width:70%; height:70%; margin:0;">
......
</div>
It has defined margin:0 already. But the gap still exists. Any advisory? Thanks.
Sergey Alexandrovich Kryukov 13-Nov-14 15:45pm    
Don't use any styling except CSS. If you want help, create and post comprehensive code sample clearly demonstrating the problem. Show what have you tried. Don't make people pulling each small piece of information from you.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900