[Koha-patches] [PATCH] On the staff search results page when printing the search facets div disappears, but the results div doesn't fill the space

Michael Hafen mdhafen at tech.washk12.org
Fri Sep 19 20:42:33 CEST 2008


It seems the browser doesn't drop the margin-left setting from
koha-tmpl/intranet-tmpl/prog/en/lib/yui/reset-fonts-grids.css.  So
set it to 0 in print.css.
---
 koha-tmpl/intranet-tmpl/prog/en/css/print.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/print.css b/koha-tmpl/intranet-tmpl/prog/en/css/print.css
index 7ec9dd8..466f89c 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/css/print.css
+++ b/koha-tmpl/intranet-tmpl/prog/en/css/print.css
@@ -317,4 +317,5 @@ div#breadcrumbs,div#toplevelnav,div#login,div#header_search,div#toolbar,div#chan
 }
 div#yui-main div.yui-b {
 	display : block;
-}
\ No newline at end of file
+	margin-left:0em !important;
+}
-- 
1.5.4.3




More information about the Koha-patches mailing list