Ticket #6698: dojox.layout.patch

File dojox.layout.patch, 0.8 kB (added by benschell, 8 months ago)

There's still an error on dijit/themes/soria/images/gradientTopBg.png in RadioGroup?.css, I'm not sure what that's moved to.

  • dojox/layout/resources/FloatingPane.css

     
    3838 
    3939/* Icons */ 
    4040.dojoxFloatingCloseIcon { 
    41         background:url('icons/tabClose.png') no-repeat center center;  
     41        background:url('../../../dijit/themes/tundra/images/tabClose.png') no-repeat center center;  
    4242        width:16px; 
    4343        height:16px;  
    4444        overflow:hidden; 
     
    165165        height: 16px; 
    166166        width: auto; 
    167167        float: left; 
    168         background: #fafafa url("images/floatTitleBarBg.gif") repeat-x bottom left; 
     168        background: #fafafa url("../../../dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left; 
    169169} 
    170170.soria .dojoxDockNode { 
    171171        background:#b7cdee url("../../../dijit/themes/soria/images/titleBar.png") repeat-x;