OpenLayers OpenLayers

Ticket #1388: style.css.patch

File style.css.patch, 2.0 kB (added by fredj, 11 months ago)

simplify style.css

  • theme/default/style.css

    old new  
    176176    width: 200px; 
    177177} 
    178178.olControlEditingToolbar div {  
     179  background-image: url("img/editing_tool_bar.png"); 
     180  background-repeat: no-repeat; 
    179181  float:right; 
    180182  width:  24px; 
    181183  height: 24px; 
    182184  margin: 5px; 
    183185} 
    184186.olControlEditingToolbar .olControlNavigationItemActive {  
    185   background-image: url("img/editing_tool_bar.png"); 
    186   background-repeat: no-repeat; 
    187187  background-position: -103px -23px;  
    188188} 
    189189.olControlEditingToolbar .olControlNavigationItemInactive {  
    190   background-image: url("img/editing_tool_bar.png"); 
    191   background-repeat: no-repeat; 
    192190  background-position: -103px -0px;  
    193191} 
    194192.olControlEditingToolbar .olControlDrawFeaturePointItemActive {  
    195   background-image: url("img/editing_tool_bar.png"); 
    196   background-repeat: no-repeat; 
    197193  background-position: -77px -23px;  
    198194} 
    199195.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {  
    200   background-image: url("img/editing_tool_bar.png"); 
    201   background-repeat: no-repeat; 
    202196  background-position: -77px -0px;  
    203197} 
    204198.olControlEditingToolbar .olControlDrawFeaturePathItemInactive {  
    205   background-image: url("img/editing_tool_bar.png"); 
    206   background-repeat: no-repeat; 
    207199  background-position: -51px 0px;  
    208200} 
    209201.olControlEditingToolbar .olControlDrawFeaturePathItemActive {  
    210   background-image: url("img/editing_tool_bar.png"); 
    211   background-repeat: no-repeat; 
    212202  background-position: -51px -23px;  
    213203} 
    214204.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive {  
    215   background-image: url("img/editing_tool_bar.png"); 
    216   background-repeat: no-repeat; 
    217205  background-position: -26px 0px;  
    218206} 
    219207.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {  
    220   background-image: url("img/editing_tool_bar.png"); 
    221   background-repeat: no-repeat; 
    222208  background-position: -26px -23px ;                                                                    
    223209} 
    224210