@@ -, +, @@ (19.11.x) - search for something in opac - print page using file -> print - observe printing is broken (pic1) - apply patch - search for something in opac - print page using file -> print - observe printing is fixed (pic2) --- koha-tmpl/opac-tmpl/bootstrap/css/print.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/print.css +++ a/koha-tmpl/opac-tmpl/bootstrap/css/print.css @@ -208,8 +208,8 @@ body#basket p { #userresults { display: block; position: absolute; - right: 0; word-wrap: break-word; + left: 1 !important; } #userupdate input, @@ -221,6 +221,7 @@ body#basket p { #action, #addshelf, #bibliodescriptions .ui-tabs-nav, +#maincontent > .row-fluid > .span2, #export, #facetcontainer, #members, @@ -264,3 +265,6 @@ td.resultscontrol, .table-bordered { border: 0; } + +@page { margin: 1cm } + --