Bug 25072: Fix details.tt print CSS
authorLucas Gass <lucas@bywatersolutions.com>
Wed, 15 Apr 2020 21:42:36 +0000 (21:42 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 29 Apr 2020 15:22:24 +0000 (16:22 +0100)
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>

koha-tmpl/intranet-tmpl/prog/css/print.css

index be7cc9e..e3c89ae 100644 (file)
@@ -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;
+}