From 14f9cca19fd135028f64c2eedd38dcefa4483ef2 Mon Sep 17 00:00:00 2001 From: Atul Pratap Singh Date: Tue, 2 Jun 2015 13:04:24 +0530 Subject: Fix bug#4938: on print, +Indexes link and .sticky_columns remain visible Signed-off-by: Atul Pratap Singh --- themes/original/css/printview.css | 4 ++-- themes/pmahomme/css/printview.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'themes') diff --git a/themes/original/css/printview.css b/themes/original/css/printview.css index 4710039e0b..fe19ead2e6 100644 --- a/themes/original/css/printview.css +++ b/themes/original/css/printview.css @@ -109,7 +109,7 @@ display: none; } - .sticky_columns { + .sticky_columns tr { display: none; } @@ -137,4 +137,4 @@ background: #dfdfdf; } -} \ No newline at end of file +} diff --git a/themes/pmahomme/css/printview.css b/themes/pmahomme/css/printview.css index 4710039e0b..fe19ead2e6 100644 --- a/themes/pmahomme/css/printview.css +++ b/themes/pmahomme/css/printview.css @@ -109,7 +109,7 @@ display: none; } - .sticky_columns { + .sticky_columns tr { display: none; } @@ -137,4 +137,4 @@ background: #dfdfdf; } -} \ No newline at end of file +} -- cgit v1.2.3