Mercurial > dive4elements > gnv-client
view gnv/src/main/webapp/styles/ol_style.css @ 1022:28a0628b11b0
Added license file and license header.
gnv/trunk@1258 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 02 Nov 2010 17:15:08 +0000 |
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;; }