OpenLayers OpenLayers

Changeset 476

Show
Ignore:
Timestamp:
05/31/06 19:28:38 (3 years ago)
Author:
euzuro
Message:

fixing tabs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js

    r442 r476  
    5555        this.setRicoCorners(true); 
    5656         
    57         //set the popup color and opacity           
    58        this.setBackgroundColor();  
    59        this.setOpacity(); 
     57        //set the popup color and opacity            
     58        this.setBackgroundColor();  
     59        this.setOpacity(); 
    6060 
    6161        return this.div; 
     
    8989         
    9090        if (this.div != null) { 
    91            if (this.contentDiv != null) { 
    92                this.div.style.background = "transparent"; 
     91            if (this.contentDiv != null) { 
     92                this.div.style.background = "transparent"; 
    9393                Rico.Corner.changeColor(this.contentDiv, this.backgroundColor); 
    9494            } 
    95        }        
     95        } 
    9696    },   
    9797     
     
    107107            if (this.contentDiv != null) { 
    108108            Rico.Corner.changeOpacity(this.contentDiv, this.opacity); 
    109            }        
     109            } 
    110110        } 
    111111    },