OpenLayers OpenLayers

Ticket #1472: closeimg.patch

File closeimg.patch, 424 bytes (added by ahocevar, 5 months ago)
  • theme/default/style.css

    old new  
    237237 * replace this image with another image which is 17px x 17px.  
    238238 */    
    239239.olPopupCloseBox { 
    240   background: url("../../img/close.gif") no-repeat; 
     240  background: url("img/close.gif") no-repeat; 
    241241  cursor: pointer; 
    242242} 
    243243