From 20db2d8c81d3aa749a1ad065225a553e46d3ecf2 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 16 Apr 2014 17:42:31 +0000 Subject: [PATCH] Make sure that the display:none is applied for onlyPrint and noPrint --- phpgwapi/templates/idots/css/traditional.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/templates/idots/css/traditional.css b/phpgwapi/templates/idots/css/traditional.css index 2508f921de..2123a2c26a 100755 --- a/phpgwapi/templates/idots/css/traditional.css +++ b/phpgwapi/templates/idots/css/traditional.css @@ -423,8 +423,8 @@ body { /* Printing */ -@media screen { .onlyPrint { display: none; } } -@media print { .noPrint { display: none; } } +@media screen { .onlyPrint { display: none !important; } } +@media print { .noPrint { display: none !important; } } /* Portal_box as used in home