Changeset 3370

Show
Ignore:
Timestamp:
02/16/10 17:36:10 (2 years ago)
Author:
fvanderbiest
Message:

updated styler's css

Location:
sandbox/gislars/sipv/MapFish/client/mfbase/styler/theme
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • sandbox/gislars/sipv/MapFish/client/mfbase/styler/theme/css/styler.css

    r3354 r3370  
    6161} 
    6262 
    63 .x-btn-icon .point { 
    64     background: transparent url(../img/bullet_orange.png); 
     63.x-btn-icon .savegeometry { 
     64    background: transparent url(../img/disk.gif); 
    6565} 
    66 .x-btn-icon .linestring { 
    67     background: transparent url(../img/line_orange.png); 
     66 
     67.x-menu-item .point, .x-btn-icon .point { 
     68  background: transparent url(../img/bullet_orange.png); 
    6869} 
    69 .x-btn-icon .polygon { 
    70     background: transparent url(../img/shape_square_orange.png); 
     70.x-menu-item .linestring, .x-btn-icon .linestring { 
     71  background: transparent url(../img/line_orange.png); 
    7172} 
     73.x-menu-item .polygon, .x-btn-icon .polygon { 
     74  background: transparent url(../img/shape_square_orange.png); 
     75} 
     76.x-menu-item .database { 
     77  background: transparent url(../img/database_yellow.png); 
     78}