OpenLayers OpenLayers

Changeset 5379

Show
Ignore:
Timestamp:
12/11/07 16:00:30 (1 year ago)
Author:
enjahova
Message:

Updated Layers List alignment

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/enjahova/openlayers/theme/FREAC/style.css

    r5377 r5379  
    3939  
    4040} 
    41 .img_f_open {  
     41.img_f_open { 
     42    margin-right: 10px; 
    4243    display:block; 
    4344    width:16px; 
    4445    height:16px; 
     46    float:left; 
    4547    background-image: url("img/folder_add.png"); 
    4648} 
    47 .img_f_closed {  
     49.img_f_closed { 
     50    margin-right: 10px; 
    4851    display:block; 
    4952    width:16px; 
    5053    height:16px; 
     54    float:left; 
    5155    background-image: url("img/folder_delete.png"); 
    5256}