http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9583
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from David Cook <[email protected]> --- (In reply to comment #0) > Created attachment 15211 [details] > screenshot > > In chromium the cart button is node wide enough for the icon and the text. > (see screenshot) > > This appeared in Chromium 0.88.1 in Ubuntu. > In Firefox 18.0.2 on the same system the display is correct. I've had the same problem with Chrome 24.0.1312.57 m on Windows Vista and Windows 8. IE 9 and Firefox 18.0.2 were fine. Last I checked, 8 Feb 2013, 3.10.x was displaying the cart fine. It was just not working on the most recent master. Using the Chrome dev tool, I noticed that one of the <i> elements in the cart span had a height of 18px (for reasons I cannot explain), and that seemed to be messing things up. If I deleted that element, it looked perfect again. The height doesn't seem to come from any CSS that I can see though, so I assume there was an update to the Javascript at some point recently, and that had an impact on Chrome/Chromium, although I'm not sure why. I wonder if this happened before or after the Jquery libraries were moved? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
