In the CCSR theme's OPAC MARC view the table of items is truncated
because the container div is styled with "overflow:hidden." I think the
complete display of information is more important than not seeing a
horizontal scrollbar, so this patch removes the style.

To test, apply the patch and clear your browser cache. View a MARC
detail page for a title which has holdings and confirm that the entire
table can be seen. Test other pages to make sure no unwanted layout
changes have resulted.
---
 koha-tmpl/opac-tmpl/ccsr/en/css/colors.css |    1 -
 1 file changed, 1 deletion(-)

diff --git a/koha-tmpl/opac-tmpl/ccsr/en/css/colors.css 
b/koha-tmpl/opac-tmpl/ccsr/en/css/colors.css
index 7e8a946..d13df28 100644
--- a/koha-tmpl/opac-tmpl/ccsr/en/css/colors.css
+++ b/koha-tmpl/opac-tmpl/ccsr/en/css/colors.css
@@ -21,7 +21,6 @@ body {
     border-radius: 8px;
     margin:0 20px;
     padding: 10px;
-    overflow: hidden;
 }
 
 a:link,
-- 
1.7.9.5
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to