[Koha-patches] [PATCH] Bug 8095 - Printed lists in the OPAC not easy to read

Owen Leonard oleonard at myacpl.org
Fri May 18 18:55:22 CEST 2012


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.
---
 koha-tmpl/opac-tmpl/prog/en/css/print.css |   12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/css/print.css b/koha-tmpl/opac-tmpl/prog/en/css/print.css
index b5a904a..db8b21b 100644
--- a/koha-tmpl/opac-tmpl/prog/en/css/print.css
+++ b/koha-tmpl/opac-tmpl/prog/en/css/print.css
@@ -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;
+}
-- 
1.7.9.5



More information about the Koha-patches mailing list