From: Chuck Hagenbuch Date: Thu, 12 Nov 2009 03:04:25 +0000 (-0500) Subject: Hide the pageControls panel when printing X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d34e86f860456bdce4cb92352512fb2c5160b872;p=horde.git Hide the pageControls panel when printing --- diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index b718bf2a3..9bc575f6d 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -1261,6 +1261,10 @@ li.panel-tags { position: static; } + #pageControls { + display: none; + } + #calendarPrint { display: block; }