From b27e74eaac38bbd3a207e80bb16cb0581d871d26 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 8 Aug 2012 18:08:29 +0100 Subject: [PATCH] Hide the new layer switcher and zoom controls on printouts --- app/assets/stylesheets/print.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/print.css b/app/assets/stylesheets/print.css index a7d429c48..367bd4fa5 100644 --- a/app/assets/stylesheets/print.css +++ b/app/assets/stylesheets/print.css @@ -30,11 +30,11 @@ display: none; } -.olControlPanZoomBar { +.olControlSimplePanZoom { display: none; } -.olControlLayerSwitcher { +.SimpleLayerSwitcher { display: none; } -- 2.43.2