From 8d85a8b44098e1ccaf6e0b2ff0809184e5773af7 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 Content-Type: text/plain; charset="utf-8" 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