From a4ea4bab00bf8f968d1b553a59aadfd90e491012 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 18 May 2012 12:53:31 -0400 Subject: [PATCH] Bug 8095 - Printed lists in the OPAC not easy to read 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 Signed-off-by: Paul Poulain --- 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 b5a904a25d..db8b21b479 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; +} -- 2.39.2