diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-10-16 14:09:32 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-10-16 14:09:32 +0100 |
commit | 762c106ec81a4923d35b1eb4c60d762e60a495bf (patch) | |
tree | 4b7244a7e1fbfd53a7ef950a02072c162999af71 /web/js/OpenLayers-2.13.1/theme/default/ie6-style.css | |
parent | 0efb806e7dbfc6681230041751ed49552ec3ba5b (diff) | |
parent | 6daf4d511f5a2fd908d53ee974e04be4bf3ee722 (diff) |
Merge branch 'master' into oxfordshire-usability-recommendations
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; +} + |