tim@973: .wmcbox { tim@973: width: 100%; tim@973: height: 480px; tim@973: } tim@973: tim@973: .olControlPanel div { tim@973: background-color: white; tim@973: float: left; tim@973: display: block; tim@973: position: relative; tim@973: left: 80px; tim@973: margin: 5px; tim@973: width: 24px; tim@973: height: 24px; tim@973: } tim@973: tim@973: .olControlPanel .olControlFeatureInfoItemActive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../images/ol/feature_info_on.png"); tim@973: } tim@973: .olControlPanel .olControlFeatureInfoItemInactive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../images/ol/feature_info_off.png"); tim@973: } tim@973: tim@973: tim@1000: .olControlNavigationHistory { tim@1000: background-image: url("../images/ol/navigation_history.png"); tim@1000: background-repeat: no-repeat; tim@1000: width: 22px; tim@1000: height: 22px; tim@1000: tim@973: } tim@973: tim@973: .olControlPanel .olControlPanItemActive { tim@973: width: 22px; tim@973: height: 22px; tim@1000: background-image: url("../images/ol/pan_on.png"); tim@973: } tim@973: .olControlPanel .olControlPanItemInactive { tim@973: width: 22px; tim@973: height: 22px; tim@1000: background-image: url("../images/ol/pan_off.png"); tim@973: } tim@973: tim@973: .olControlPanel .olControlZoomBoxItemActive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../images/ol/zoom_box_on.png"); tim@973: } tim@973: .olControlPanel .olControlZoomBoxItemInactive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../images/ol/zoom_box_off.png"); tim@973: } tim@973: tim@985: div.olControlMousePosition { tim@1012: color:#003A66; tim@1012: background-color: #F2F1F5; tim@1012: filter: alpha(opacity=75); tim@1012: opacity: 0.75 tim@985: } tim@985: tim@1012: .olHandlerBoxZoomBox { tim@1012: border: 2px solid #003A66; tim@1012: background-color: #F2F1F5;; tim@985: }