Bug 8095 - Printed lists in the OPAC not easy to read
authorOwen Leonard <oleonard@myacpl.org>
Fri, 18 May 2012 16:53:31 +0000 (12:53 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 28 May 2012 12:30:43 +0000 (14:30 +0200)
Adding more details to the print stylesheet to better
adapt the layout for printing.

Testers please clear your browser cache to ensure you
have the updated CSS file and test multiple pages, not
just the lists page.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/opac-tmpl/prog/en/css/print.css

index b5a904a..db8b21b 100644 (file)
@@ -200,7 +200,7 @@ body#basket p {
        padding:0pt;
 }
 
-#members,#opac-main-search,#opac-user-views .ui-tabs-nav,input,h2 span.hint,td.resultscontrol,.pages,.suggestion,.views,#action,#export,#bibliodescriptions .ui-tabs-nav,#addshelf,fieldset.action, .list-actions, .ft, #facetcontainer {
+#members,#opac-main-search,#opac-user-views .ui-tabs-nav,input,h2 span.hint,td.resultscontrol,.pages,.suggestion,.views,#action,#export,#bibliodescriptions .ui-tabs-nav,#addshelf,fieldset.action, .list-actions, .ft, #facetcontainer,.results_summary.actions,.koha_url,.yui-b {
        display : none;
 }
 
@@ -215,3 +215,13 @@ div#userupdate input,div#userupdate textarea {
        display : inline;
        border : 0;
 }
+
+#yui-main,
+#yui-main .yui-b,
+.yui-t1 #yui-main .yui-b {
+    display : block !important;
+    margin : 0 !important;
+    padding : 0 !important;
+    width : auto !important;
+    float : none !important;
+}