OpenLayers OpenLayers

Changeset 7934

Show
Ignore:
Timestamp:
09/03/08 00:10:56 (3 months ago)
Author:
hpbrantley
Message:

Correcting CSS paths to maximize and minimize images.
Adding non-fucntional unit test.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • addins/bookmark/trunk/theme/default/bookmark.css

    r7931 r7934  
    5353} 
    5454.olControlBookmarkMaximizeButton { 
    55    background-image: url("http://openlayers.org/api/theme/default/img/layer-switcher-maximize.png"); 
     55   background-image: url("http://openlayers.org/api/img/layer-switcher-maximize.png"); 
    5656   background-repeat: no-repeat; 
    5757   width:  18px; 
     
    6363} 
    6464.olControlBookmarkMinimizeButton { 
    65    background-image: url("http://openlayers.org/api/theme/default/img/layer-switcher-minimize.png"); 
     65   background-image: url("http://openlayers.org/api/img/layer-switcher-minimize.png"); 
    6666   background-repeat: no-repeat; 
    6767   width:  18px;