Hide the new layer switcher and zoom controls on printouts

This commit is contained in:
Tom Hughes 2012-08-08 18:08:29 +01:00
parent 442b6d5a86
commit b27e74eaac

View file

@ -30,11 +30,11 @@
display: none;
}
.olControlPanZoomBar {
.olControlSimplePanZoom {
display: none;
}
.olControlLayerSwitcher {
.SimpleLayerSwitcher {
display: none;
}