view gnv/src/main/webapp/styles/ol_style.css @ 1014:6eea2c04b681

Removed unused css and unreferenced images gnv/trunk@1233 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 28 Jun 2010 15:32:14 +0000
parents 5b118b59dc14
children
line wrap: on
line source
.wmcbox {
  width: 100%;
  height: 480px;
}

.olControlPanel div { 
  background-color: white;
  float: left;
  display: block;
  position: relative;
  left: 80px;
  margin: 5px;
  width:  24px;
  height: 24px;
}

.olControlPanel .olControlFeatureInfoItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/feature_info_on.png");
}
.olControlPanel .olControlFeatureInfoItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/feature_info_off.png");
}


.olControlNavigationHistory {
   background-image: url("../images/ol/navigation_history.png");
   background-repeat: no-repeat;
   width:  22px;
   height: 22px;

}

.olControlPanel .olControlPanItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/pan_on.png");
}
.olControlPanel .olControlPanItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/pan_off.png");
}

.olControlPanel .olControlZoomBoxItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/zoom_box_on.png");
}
.olControlPanel .olControlZoomBoxItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/zoom_box_off.png");
}

div.olControlMousePosition {
    color:#003A66;
    background-color: #F2F1F5;
    filter: alpha(opacity=75);
    opacity: 0.75
}

.olHandlerBoxZoomBox {
    border: 2px solid #003A66;
    background-color: #F2F1F5;;
}

http://dive4elements.wald.intevation.org