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.