Mercurial > dive4elements > gnv-client
view gnv/src/main/webapp/styles/ol_style.css @ 1145:dfe1ac687c7f tip
added tags
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:16:15 +0200 |
parents | 6eea2c04b681 |
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;; }