Bugzilla – Attachment 6462 Details for
Bug 7279
intranet print.css width settings causing 'squashing' of columns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to remove width from td
bug7279.patch (text/plain), 1023 bytes, created by
Chris Hall
on 2011-11-30 02:19:42 UTC
(
hide
)
Description:
Patch to remove width from td
Filename:
MIME Type:
Creator:
Chris Hall
Created:
2011-11-30 02:19:42 UTC
Size:
1023 bytes
patch
obsolete
>From b96d9ef0be0cc6aa3550a23684c30a5570693c7a Mon Sep 17 00:00:00 2001 >From: Chris Hall <chrish@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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7279
:
6461
| 6462