Changeset 3370
- Timestamp:
- 02/16/10 17:36:10 (2 years ago)
- Location:
- sandbox/gislars/sipv/MapFish/client/mfbase/styler/theme
- Files:
-
- 2 added
- 1 modified
-
css/styler.css (modified) (1 diff)
-
img/database_yellow.png (added)
-
img/disk.gif (added)
Legend:
- Unmodified
- Added
- Removed
-
sandbox/gislars/sipv/MapFish/client/mfbase/styler/theme/css/styler.css
r3354 r3370 61 61 } 62 62 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); 65 65 } 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); 68 69 } 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); 71 72 } 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 }
