Browse Source

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>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
20.05.x
Lucas Gass 4 years ago
committed by Martin Renvoize
parent
commit
fa1d3a5a48
Signed by: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 5
      koha-tmpl/intranet-tmpl/prog/css/print.css

5
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;
}

Loading…
Cancel
Save