From 1baadcddcbdc23cab9c3890365cde3f432b2d0ee Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 18 May 2007 17:35:12 +0000 Subject: [PATCH] "fixed border around popup while printing" --- phpgwapi/templates/idots/print.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/templates/idots/print.css b/phpgwapi/templates/idots/print.css index 16b1dad929..fcf404bf4e 100644 --- a/phpgwapi/templates/idots/print.css +++ b/phpgwapi/templates/idots/print.css @@ -9,7 +9,7 @@ display:none; } -#divMain { +#divMain,#popupMainDiv { border:none; margin:0px; padding:0px;