[Koha-bugs] [Bug 10791] cart image in prog & IE10

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 30 01:54:51 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10791

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |veron at veron.ch

--- Comment #3 from Marc Véron <veron at 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.


More information about the Koha-bugs mailing list