[Bug 10791] New: cart image in prog & IE10
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10791 Bug ID: 10791 Summary: cart image in prog & IE10 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: nengard@gmail.com QA Contact: testopia@bugs.koha-community.org Created attachment 20667 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20667&action=edit cart1 It looks like in IE10, with compatibility mode off, the a cart image is superimposed behind the word cart. With the compatibility mode on, the image is gone, but the footer of the results page shows up half way up the results. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10791 --- Comment #1 from Nicole C. Engard <nengard@gmail.com> --- Created attachment 20668 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20668&action=edit cart2 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10791 --- Comment #2 from Nicole C. Engard <nengard@gmail.com> --- Created attachment 20669 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20669&action=edit footer -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10791 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch --- Comment #3 from Marc Véron <veron@veron.ch> --- It is very difficult to get it right for IE without breaking it in other browsers. The best workaround I found was by adding some CSS in OpacUserCSS (Tested with IE 11): ------------ /*IE-Hack*/ @media screen and (min-width:0\0) { #cartmenulink { width: 86px; text-align: center; padding-right: 0; } } #listsmenulink{ width: 40px; } ------------ For other languages the width values must be adabted, though. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10791 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |3.16 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- Changing the version to 3.16 since prog isn't in master anymore. If it were up to me this would be marked "WONTFIX" -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org