- Timestamp:
- 11/27/09 16:31:12 (2 years ago)
- Files:
-
- 1 modified
-
contribs/mapfish-api/trunk/MapFishApi/css/api.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contribs/mapfish-api/trunk/MapFishApi/css/api.css
r3185 r3257 1 .zoomin {2 background-image:url(../../mfbase/mapfish/img/icon_zoomin.png) !important; 1 .zoomin, .zoomout, .zoomfull, .pan, .measureLength, .measureArea, .drawPoint, .drawPath, 2 .drawPolygon, .clearfeatures, .previous, .next, .info { 3 3 height:20px !important; 4 4 width:20px !important; 5 5 } 6 6 7 .zoomin { 8 background-image:url(../../mfbase/mapfish/img/icon_zoomin.png) !important; 9 } 10 7 11 .zoomout { 8 12 background-image:url(../../mfbase/mapfish/img/icon_zoomout.png) !important; 9 height:20px !important;10 width:20px !important;11 13 } 12 14 13 15 .zoomfull { 14 16 background-image:url(../../mfbase/mapfish/img/icon_zoomfull.png) !important; 15 height:20px !important;16 width:20px !important;17 17 } 18 18 19 19 .pan { 20 20 background-image:url(../../mfbase/mapfish/img/icon_pan.png) !important; 21 height:20px !important;22 width:20px !important;23 21 } 24 22 25 23 .measureLength { 26 24 background-image:url(../../mfbase/mapfish/img/measure_length.png) !important; 27 height:20px !important;28 width:20px !important;29 25 } 30 26 31 27 .measureArea { 32 28 background-image:url(../../mfbase/mapfish/img/measure_area.png) !important; 33 height:20px !important;34 width:20px !important;35 29 } 36 30 37 31 .drawPoint { 38 32 background-image:url(../../mfbase/mapfish/img/draw_point_off.png) !important; 39 height:20px !important;40 width:20px !important;41 33 } 42 34 43 35 .drawPath { 44 36 background-image:url(../../mfbase/mapfish/img/draw_line_off.png) !important; 45 height:20px !important;46 width:20px !important;47 37 } 48 38 49 39 .drawPolygon { 50 40 background-image:url(../../mfbase/mapfish/img/draw_polygon_off.png) !important; 51 height:20px !important;52 width:20px !important;53 41 } 54 42 55 43 .clearfeatures { 56 44 background-image:url(../../mfbase/mapfish/img/draw_polygon_clear_off.png) !important; 57 height:20px !important;58 width:20px !important;59 45 } 46 60 47 .previous { 61 48 background-image:url(../../mfbase/mapfish/img/resultset_previous.png) !important; 62 height:20px !important;63 width:20px !important;64 49 } 50 65 51 .next { 66 52 background-image:url(../../mfbase/mapfish/img/resultset_next.png) !important; 67 height:20px !important; 68 width:20px !important; 53 } 54 55 .info { 56 background-image:url(../../mfbase/mapfish/img/info.png) !important; 69 57 } 70 58
