From 6be4f840ed0783b1e48a94e62ea477fbc36cc653 Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Wed, 23 Nov 2011 22:32:56 +0000 Subject: [PATCH] Need to hide the "No indexes found" message in print view --- themes/original/css/theme_print.css.php | 4 ++++ themes/pmahomme/css/theme_print.css.php | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/themes/original/css/theme_print.css.php b/themes/original/css/theme_print.css.php index 0804342f0b..4cf8e338d0 100644 --- a/themes/original/css/theme_print.css.php +++ b/themes/original/css/theme_print.css.php @@ -36,3 +36,7 @@ th { font-weight: bold; background-color: #e5e5e5; } + +.hide { + display: none; +} diff --git a/themes/pmahomme/css/theme_print.css.php b/themes/pmahomme/css/theme_print.css.php index ad5484ae16..428ec8d9f6 100644 --- a/themes/pmahomme/css/theme_print.css.php +++ b/themes/pmahomme/css/theme_print.css.php @@ -36,3 +36,7 @@ th { font-weight: bold; background-color: #e5e5e5; } + +.hide { + display: none; +}