Changeset 489

Show
Ignore:
Timestamp:
07/31/07 00:49:43 (1 year ago)
Author:
ian
Message:

how many hours did I spend on transparent PNG's in IE7, only to find that the source of the problem was the stupid quicktime plugin taking over png support and totally messing it up... oh well.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pagoda/branches/cleanslate/Pagoda/pagoda/widgets/admin/static/css/edit.css

    r482 r489  
    88.x-resizable-over .x-resizable-handle-east, 
    99.x-resizable-pinned .x-resizable-handle-east { 
    10 /*    background: url("../images/shadow-left.png") repeat-y scroll left top; */ 
    11     background: url("../images/blank.gif") repeat-y scroll left top
     10    background: url("../images/shadow-left.png") repeat-y scroll left top; 
     11    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/shadow-left.png', sizingMethod='scale')
    1212} 
    1313 
    1414.x-resizable-over .x-resizable-handle-west,  
    1515.x-resizable-pinned .x-resizable-handle-west { 
    16 /*    background: url("../images/shadow-right.png") repeat-y scroll right top; */ 
    17     background: url("../images/blank.gif") repeat-y scroll left top
     16    background: url("../images/shadow-right.png") repeat-y scroll right top; 
     17    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/shadow-right.png', sizingMethod='scale')
    1818} 
    1919 
  • pagoda/branches/cleanslate/Pagoda/pagoda/widgets/admin/static/javascript/edit.js

    r488 r489  
    2626        this.west = Ext.get(west); 
    2727         
    28         // Create shadow effect surrounding center column 
    29         //this.shadow = new Ext.Shadow({mode: 'frame', offset: 0}); 
    30         this.shadow = new Ext.Shadow({mode: 'frame'}); 
    31  
    3228        // Create Resizeable east and west columns 
    3329        this.eastResizable = new Ext.Resizable(this.east, { 
     
    116112        } 
    117113 
    118         // Show and resize shadow 
    119         if (!this.shadow.isVisible()) { 
    120             this.shadow.show(this.center); 
    121             this.center.setStyle('z-index', 1000); 
    122             this.shadow.el.setStyle('z-index', 999); 
    123         } 
    124         this.shadow.realign(this.center.getLeft()-4, 0, this.center.getWidth()+8, this.center.getHeight()); 
    125  
    126114        // After a buffer period (to prevent spurious resizing),  
    127115        // re-allow entry into the resize() function 

Log in as guest/pagoda to create tickets