web.js.openlayers.ext.theme.default.ie6-style.css.dsp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zkopenlayers Show documentation
Show all versions of zkopenlayers Show documentation
ZK wrapper for OpenLayers 2
The newest version!
<%@ taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" %>
.olControlZoomPanel div {
background-image: url(${c:encodeThemeURL('~./js/openlayers/ext/theme/default/img/zoom-panel-NOALPHA.png')});
}
.olControlPanPanel div {
background-image: url(${c:encodeThemeURL('~./js/openlayers/ext/theme/default/img/pan-panel-NOALPHA.png')});
}
.olControlEditingToolbar {
width: 200px;
}