Bugzilla – Attachment 103905 Details for
Bug 25072
Printing details.tt is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25072: Fix details.tt print CSS
Bug-25072-Fix-detailstt-print-CSS.patch (text/plain), 1.24 KB, created by
Jonathan Druart
on 2020-04-29 08:56:24 UTC
(
hide
)
Description:
Bug 25072: Fix details.tt print CSS
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-04-29 08:56:24 UTC
Size:
1.24 KB
patch
obsolete
>From acb824361f71960773ea84f1b221c1847c650865 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 15 Apr 2020 21:42:36 +0000 >Subject: [PATCH] Bug 25072: Fix details.tt print CSS > >TO TEST: >-Search for something in the catalog and go to the details page. >-Try to print either for the Print button in Koha or File->Print... >-Notice the large amount of whitespace on the left >-Apply patch >-Reload detaials page and attempt to print again. >-No whitespace on left side > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Improves output using Firefox browser, no errors > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/css/print.css | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/print.css b/koha-tmpl/intranet-tmpl/prog/css/print.css >index be7cc9e528..e3c89ae412 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/print.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/print.css >@@ -305,6 +305,7 @@ fieldset.action, > .list-actions, > .print, > .ui-tabs-nav, >+.browse-controls, > .cart-controls { > display: none; > } >@@ -359,3 +360,7 @@ th { > .container { > width:100%; > } >+ >+#catalog_detail .col-sm-push-2 { >+ left: 0; >+} >-- >2.20.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 25072
:
103037
|
103896
| 103905