http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4821 Summary: With multiple 5XX fields, the font display gets progressively smaller Change sponsored?: --- Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 Component: OPAC AssignedTo: oleonard@myacpl.org ReportedBy: jwagner@ptfs.com QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 Created attachment 2170 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2170 Screen shot of OPAC display If a record has a lot of 5XX fields, the details screen has each entry in a progressively smaller font. The results_summary stylesheet setting is at 85%; adding .results_summary { font-size:100%; } in OpacUserCSS syspref fixes the display. According to discussion on the IRC, the cause of the problem is poorly-nested spans in the MARC21slim2OPACDetail.xsl file, though. Changing the stylesheet font is a workaround but not the proper fix. I'm not sure how to fix that myself. Ideas? By the way, the same problem exists in current head with the staff interface XSLT display, so it should be fixed on staff side as well. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.