From: Tom Hughes Date: Wed, 8 Aug 2012 17:08:29 +0000 (+0100) Subject: Hide the new layer switcher and zoom controls on printouts X-Git-Tag: live~5452 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b27e74eaac38bbd3a207e80bb16cb0581d871d26?ds=sidebyside Hide the new layer switcher and zoom controls on printouts --- 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; }