diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-10-11 16:51:09 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-10-11 19:41:32 +0100 |
commit | 0407e599b3dff6ac04f89acb12a4727ee3d481bc (patch) | |
tree | 9db3efb0e9382bfc070aca05359528c5f0bffa61 /web/js/OpenLayers-2.13.1/theme/default/ie6-style.css | |
parent | a4175ffd108308ad6c848c0dbac3cb05a58b4eec (diff) |
Upgrade main OpenLayers to 2.13.1.
Diffstat (limited to 'web/js/OpenLayers-2.13.1/theme/default/ie6-style.css')
-rw-r--r-- | web/js/OpenLayers-2.13.1/theme/default/ie6-style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/js/OpenLayers-2.13.1/theme/default/ie6-style.css b/web/js/OpenLayers-2.13.1/theme/default/ie6-style.css new file mode 100644 index 000000000..a0fd7c639 --- /dev/null +++ b/web/js/OpenLayers-2.13.1/theme/default/ie6-style.css @@ -0,0 +1,10 @@ +.olControlZoomPanel div { + background-image: url(img/zoom-panel-NOALPHA.png); +} +.olControlPanPanel div { + background-image: url(img/pan-panel-NOALPHA.png); +} +.olControlEditingToolbar { + width: 200px; +} + |