[Koha-patches] [PATCH] Tweaking CSS on z39.50 popup to improve readability (Bug 3269)

Owen Leonard oleonard at myacpl.org
Mon Jun 29 20:23:22 CEST 2009


---
 .../prog/en/modules/cataloguing/z3950_search.tmpl  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl
index 417daa6..bd68d41 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl
@@ -36,7 +36,7 @@ $(document).ready(function(){
 //]]>
 </script>
    <style type="text/css">
-   #custom-doc { width:54.92em;*width:53.55em;min-width:720px; margin:auto; text-align:left; }
+	   #custom-doc { width:53em;*width:51.72em;min-width:689px; margin:auto; text-align:left; }
    </style>
 </head>
 <body>
-- 
1.5.6.5




More information about the Koha-patches mailing list