Alter top and bottom borders of Dojo/Dijit Dialog and ContentPane
        Posted  
        
            by Joe Zitzelberger
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Joe Zitzelberger
        
        
        
        Published on 2010-05-18T16:49:14Z
        Indexed on 
            2010/05/18
            16:50 UTC
        
        
        Read the original article
        Hit count: 236
        
I have a Dojo/Dijit Dialog that contains a FORM. There is a top border between the title bar and the content, and a bottom border below the content. Both are about 19 or 20 pixels high and colored #eeeeee.
I can't find these borders in the CSS anywhere -- actually, neither can the IE Developer Toolbar -- they just don't seem to exist as elements. I suspect that Dijit is adding these programatically.
Is there any way to just remove these borders? I just want my content to consume all of the dialog area below the title bar.
TIA
© Stack Overflow or respective owner