http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10791
Marc Véron <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Marc Véron <[email protected]> --- 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. _______________________________________________ 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/
