[Patches] [PATCH] bug 7279 print.css width settings causing printed table's columns to squash up

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Wed Nov 30 15:20:04 NZDT 2011


From: Chris Hall <chrish at catalyst.net.nz>
Date: Wed, 30 Nov 2011 15:18:08 +1300
Subject: [PATCH] bug 7279 print.css width settings causing printed table's columns to squash up

---
 koha-tmpl/intranet-tmpl/prog/en/css/print.css |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/print.css b/koha-tmpl/intranet-tmpl/prog/en/css/print.css
index d2ad905..9320c22 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/css/print.css
+++ b/koha-tmpl/intranet-tmpl/prog/en/css/print.css
@@ -115,7 +115,6 @@ td {
 	border-left : 0;
 	font-size : 12px;
 	padding : 5px 5px 5px 5px;
-	width : 100%;
 	height : 100%;
 }
 
@@ -127,7 +126,6 @@ td:last-child {
 	border-left : 0;
 	font-size : 12px;
 	padding : 5px 5px 5px 5px;
-	width : 100%;
 	height : 100%;
 }
 
@@ -322,4 +320,4 @@ fieldset {
 }
 #cataloguing_additem_itemlist {
 	overflow : visible !important;
-}
\ No newline at end of file
+}
-- 
1.7.4.1




More information about the Patches mailing list