[Koha-bugs] [Bug 13017] Login page image replacement technique fails when browser width exceeds 2000 pixels

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 10 02:36:28 CEST 2014


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|koha h1 tag on staff login  |Login page image
                   |                            |replacement technique fails
                   |                            |when browser width exceeds
                   |                            |2000 pixels

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
‘Doctor, doctor, it hurts when I do this.’

‘Then don’t do that!’

Sorry, I couldn't resist. Yes it's true. If your browser window goes much wider
than 2000 pixels the image replacement technique which displays the Koha logo
will fail, having this style:

text-indent: -1000px;

...which at the time of implementation was expected to be PLENTY of space to
exclude the possibility that someone's browser would be wide enough that the
text would be visible.

It may be that we need to increase that number, or it may be that there is a
more modern image replacement technique which we should switch to.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list