Bug 7279

Summary: intranet print.css width settings causing 'squashing' of columns
Product: Koha Reporter: Chris Hall <chrish>
Component: TemplatesAssignee: Chris Hall <chrish>
Status: CLOSED INVALID QA Contact: Ian Walls <koha.sekjal>
Severity: minor    
Priority: PATCH-Sent (DO NOT USE) CC: chrish, fridolin.somers, paul.poulain
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6291
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Picture showing column being squashed
Patch to remove width from td

Description Chris Hall 2011-11-30 02:17:09 UTC
Created attachment 6461 [details]
Picture showing column being squashed

The intrantet print.css has 'width : 100%' set for td (and td:last-child).

This causes the printed table to differ from the one viewed as well as causing the printed table to 'squash' its columns.
Comment 1 Chris Hall 2011-11-30 02:19:42 UTC
Created attachment 6462 [details] [review]
Patch to remove width from td
Comment 2 Owen Leonard 2011-11-30 13:23:40 UTC
I think it would be simpler to ask the RM to revert the fix for Bug 6291, which is the cause of this problem and which introduced a font sizing problem on receipts. Better to find a different fix for Bug 6291.
Comment 3 Paul Poulain 2011-11-30 14:05:44 UTC
see my comment 8 on bug 6291
Comment 4 Owen Leonard 2011-12-06 20:39:34 UTC
I have submitted an alternate fix for Bug 6291 which I hope will solve that bug and make it possible to obsolete this one by reverting the original fix for Bug 6291.
Comment 5 Paul Poulain 2011-12-07 15:51:13 UTC
Bug 6291 initial patch has been reverted and new patch pushed a few minuts ago. chris_h, does this obsolete your own patch on this bug ?
Comment 6 Chris Hall 2011-12-08 01:53:33 UTC
Hey Paul

Just checked the revert for 6291, yes that makes this patch obsolete.

Cheers,
~Chris H