Changeset 3257 for contribs

Show
Ignore:
Timestamp:
11/27/09 16:31:12 (2 years ago)
Author:
alex
Message:

MapFishAPI: some CSS refactoring

Files:
1 modified

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 { 
    33    height:20px !important; 
    44    width:20px !important; 
    55} 
    66 
     7.zoomin { 
     8    background-image:url(../../mfbase/mapfish/img/icon_zoomin.png) !important; 
     9} 
     10 
    711.zoomout { 
    812    background-image:url(../../mfbase/mapfish/img/icon_zoomout.png) !important; 
    9     height:20px !important; 
    10     width:20px !important; 
    1113} 
    1214 
    1315.zoomfull { 
    1416    background-image:url(../../mfbase/mapfish/img/icon_zoomfull.png) !important; 
    15     height:20px !important; 
    16     width:20px !important; 
    1717} 
    1818 
    1919.pan { 
    2020    background-image:url(../../mfbase/mapfish/img/icon_pan.png) !important; 
    21     height:20px !important; 
    22     width:20px !important; 
    2321} 
    2422 
    2523.measureLength { 
    2624    background-image:url(../../mfbase/mapfish/img/measure_length.png) !important; 
    27     height:20px !important; 
    28     width:20px !important; 
    2925} 
    3026 
    3127.measureArea { 
    3228    background-image:url(../../mfbase/mapfish/img/measure_area.png) !important; 
    33     height:20px !important; 
    34     width:20px !important; 
    3529} 
    3630 
    3731.drawPoint { 
    3832    background-image:url(../../mfbase/mapfish/img/draw_point_off.png) !important; 
    39     height:20px !important; 
    40     width:20px !important; 
    4133} 
    4234 
    4335.drawPath { 
    4436    background-image:url(../../mfbase/mapfish/img/draw_line_off.png) !important; 
    45     height:20px !important; 
    46     width:20px !important; 
    4737} 
    4838 
    4939.drawPolygon { 
    5040    background-image:url(../../mfbase/mapfish/img/draw_polygon_off.png) !important; 
    51     height:20px !important; 
    52     width:20px !important; 
    5341} 
    5442 
    5543.clearfeatures { 
    5644    background-image:url(../../mfbase/mapfish/img/draw_polygon_clear_off.png) !important; 
    57     height:20px !important; 
    58     width:20px !important; 
    5945} 
     46 
    6047.previous { 
    6148    background-image:url(../../mfbase/mapfish/img/resultset_previous.png) !important; 
    62     height:20px !important; 
    63     width:20px !important; 
    6449} 
     50 
    6551.next { 
    6652    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; 
    6957} 
    7058