Bugzilla – Attachment 7801 Details for
Bug 7575
Printing opac search results truncation in ie7/8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7575 Opac search results print alignment
Bug-7575-Opac-search-results-print-alignment.patch (text/plain), 1.46 KB, created by
Owen Leonard
on 2012-02-22 13:58:19 UTC
(
hide
)
Description:
Bug 7575 Opac search results print alignment
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-02-22 13:58:19 UTC
Size:
1.46 KB
patch
obsolete
>From bf7d8c96e3da50e16c0c84c38a44b15f92f4d717 Mon Sep 17 00:00:00 2001 >From: Chris Hall <chrish@catalyst.net.nz> >Date: Wed, 22 Feb 2012 16:47:47 +1300 >Subject: [PATCH] Bug 7575 Opac search results print alignment >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/prog/en/css/print.css | 9 +++++++-- > 1 files changed, 7 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/css/print.css b/koha-tmpl/opac-tmpl/prog/en/css/print.css >index 85df351..b5a904a 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/css/print.css >+++ b/koha-tmpl/opac-tmpl/prog/en/css/print.css >@@ -19,6 +19,7 @@ body { > font-family : arial, geneva, sans-serif; > font-size : 14px; > margin : 0px 0px 0px 0px; >+ word-wrap : break-word; > } > > caption { >@@ -199,10 +200,14 @@ body#basket p { > padding:0pt; > } > >-#members,#opac-main-search,#opac-user-views .ui-tabs-nav,input,div.yui-b,h2 span.hint,td.resultscontrol,.pages,.suggestion,.views,#action,#export,#bibliodescriptions .ui-tabs-nav,#addshelf,fieldset.action, .list-actions, .ft { >+#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 { > display : none; > } >-div#yui-main div.yui-b { >+ >+#userresults { >+ position : absolute; >+ right : 0px; >+ word-wrap : break-word; > display : block; > } > >-- >1.7.3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7575
:
7793
| 7801