view gnv/src/main/webapp/styles/ol_style.css @ 977:2444da07e487

Changed and added some tooltips in the chart option panel (issue293). gnv/trunk@1152 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 04 Jun 2010 05:37:42 +0000
parents 1bb54da8c8ed
children 95004318d1ce
line wrap: on
line source
.title {
  background-image: url("./img/wvHeaderBG.gif");
  height: 50px;
  color: #1E4176;
  font-weight: bold;
  font-family: 'Verdana, Arial, Helvetica, sans-serif'; 
}

.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");
}


.olControlPanel .olControlHistoryBackItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/view_previous_on.png");
}
.olControlPanel .olControlHistoryBackItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/view_previous_off.png");
}

.olControlPanel .olControlPanItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/pan_on.png");
}
.olControlPanel .olControlPanItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/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");
}

.olControlPanel .olControlDrawPointItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_point_on.png");
}
.olControlPanel .olControlDrawPointItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_point_off.png");
}

.olControlPanel .olControlDrawLineItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_line_on.png");
}
.olControlPanel .olControlDrawLineItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_line_off.png");
}

.olControlPanel .olControlDrawPolygonItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_polygon_on.png");
}
.olControlPanel .olControlDrawPolygonItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_polygon_off.png");
}

.olControlPanel .olControlMeasureLineItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/measure_line_on.png");
}
.olControlPanel .olControlMeasureLineItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/measure_line_off.png");
}

.olControlPanel .olControlMeasurePolygonItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/measure_polygon_on.png");
}
.olControlPanel .olControlMeasurePolygonItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/measure_polygon_off.png");
}

http://dive4elements.wald.intevation.org