OpenLayers OpenLayers

Changeset 5385

Show
Ignore:
Timestamp:
12/12/07 14:06:27 (1 year ago)
Author:
enjahova
Message:

Updated layer list and toolbar icons so they display properly in IE

Files:

Legend:

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

    r5379 r5385  
    2121    margin-top:2px; 
    2222    margin-right:2px; 
    23     float:left; 
     23    position:absolute; 
     24    top:-2px; 
     25    left:2px; 
    2426} 
    2527 
    2628.check { 
    2729    float:left; 
     30top:-2px; 
    2831} 
    2932 
     
    3336.f_open {  
    3437    font-size:14px; 
     38    cursor:pointer; 
    3539} 
    3640.f_closed {  
    3741    font-size:14px; 
    3842    font-weight:200; 
    39   
     43    cursor:pointer;  
    4044} 
    4145.img_f_open { 
     
    6266 
    6367.l_vis {cursor:pointer; 
    64         padding-left:20px;} 
     68        padding-left:20px; 
     69            position:relative;} 
    6570.l_vis input {position:relative; 
    6671        margin-bottom:0px; 
     
    8590 
    8691div.olMapViewport { 
    87    -moz-user-select: none  
     92   -moz-user-select: none;  
    8893} 
    8994 
     
    187192.olControlNavToolbar .olControlNavigationItemActive {  
    188193  background-image: url("img/panning-hand-on.png"); 
    189   background-repeat: no-repeat;float:right;/* Float to display horizontally*/ 
     194  background-repeat: no-repeat;/*much easier to use position instead of float for IE*/ 
     195position:absolute; 
     196left:0px; 
     197top:0px 
    190198  margin-right:0px; 
    191199} 
    192200.olControlNavToolbar .olControlNavigationItemInactive {  
    193201  background-image: url("img/panning-hand-off.png"); 
    194   background-repeat: no-repeat;float:right; 
     202  background-repeat: no-repeat; 
     203position:absolute; 
     204left:0px; 
     205top:0px; 
    195206  margin-right:0px; 
    196207} 
     
    198209.olControlNavToolbar .olControlZoomBoxItemActive {  
    199210  background-image: url("img/drag-rectangle-on.png"); 
    200   background-repeat: no-repeat;float:right; 
    201   margin-right:-22px; 
     211  background-repeat: no-repeat; 
     212position:absolute; 
     213left:22px; 
     214top:0px; 
    202215} 
    203216.olControlNavToolbar .olControlZoomBoxItemInactive {  
    204217  background-image: url("img/drag-rectangle-off.png"); 
    205218  background-repeat: no-repeat;float:right; 
    206   margin-right:-22px; 
     219position:absolute; 
     220left:22px; 
     221top:0px; 
    207222} 
    208223 
    209224.olControlNavToolbar .olControlZoomOutItemActive {  
    210225  background-image: url("img/zoom-out-on.png"); 
    211   background-repeat: no-repeat;float:right; 
    212   margin-right:-44px;s 
     226  background-repeat: no-repeat; 
     227position:absolute; 
     228left:44px; 
     229top:0px; 
    213230} 
    214231.olControlNavToolbar .olControlZoomOutItemInactive {  
    215232  background-image: url("img/zoom-out-off.png"); 
    216   background-repeat: no-repeat;float:right; 
    217   margin-right:-44px; 
     233  background-repeat: no-repeat; 
     234position:absolute; 
     235left:44px; 
     236top:0px; 
    218237} 
    219238 
    220239.olControlNavToolbar .olControlZoomToMaxExtentItemActive { s 
    221240  background-image: url("img/zoom-orig-on.png"); 
    222   background-repeat: no-repeat;float:right; 
    223   margin-right:-66px; 
     241  background-repeat: no-repeat; 
     242position:absolute; 
     243left:66px; 
     244top:0px; 
    224245} 
    225246.olControlNavToolbar .olControlZoomToMaxExtentItemInactive {  
    226247  background-image: url("img/zoom-orig-off.png"); 
    227   background-repeat: no-repeat;float:right; 
    228   margin-right:-66px; 
     248  background-repeat: no-repeat; 
     249position:absolute; 
     250left:66px; 
     251top:0px; 
    229252} 
    230253 
    231254.olControlNavToolbar .olControlZoomToLastExtentItemActive {  
    232255  background-image: url("img/zoom-last-on.png"); 
    233   background-repeat: no-repeat;float:right; 
    234   margin-right:-88px; 
     256  background-repeat: no-repeat; 
     257position:absolute; 
     258left:88px; 
     259top:0px; 
    235260} 
    236261.olControlNavToolbar .olControlZoomToLastExtentItemInactive {  
    237262  background-image: url("img/zoom-last-off.png"); 
    238   background-repeat: no-repeat;float:right; 
    239   margin-right:-88px; 
     263  background-repeat: no-repeat; 
     264position:absolute; 
     265left:88px; 
     266top:0px; 
    240267} 
    241268 
     
    243270.olControlNavToolbar .olControlIdentifyItemActive {  
    244271  background-image: url("img/identify-on.png"); 
    245   background-repeat: no-repeat;float:right; 
    246   margin-right:-110px; 
     272  background-repeat: no-repeat; 
     273position:absolute; 
     274left:110px; 
     275top:0px; 
    247276} 
    248277.olControlNavToolbar .olControlIdentifyItemInactive {  
    249278  background-image: url("img/identify-off.png"); 
    250   background-repeat: no-repeat;float:right; 
    251   margin-right:-110px; 
     279  background-repeat: no-repeat; 
     280position:absolute; 
     281left:110px; 
     282top:0px; 
    252283} 
    253284