Hide the pageControls panel when printing
authorChuck Hagenbuch <chuck@horde.org>
Thu, 12 Nov 2009 03:04:25 +0000 (22:04 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 12 Nov 2009 03:04:25 +0000 (22:04 -0500)
kronolith/themes/screen.css

index b718bf2..9bc575f 100644 (file)
@@ -1261,6 +1261,10 @@ li.panel-tags {
         position: static;
     }
 
+    #pageControls {
+        display: none;
+    }
+
     #calendarPrint {
         display: block;
     }