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

Marc Véron <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Marc Véron <[email protected]> ---
Hi Christopher,

Maybe you could collaps / expand the articles using CSS.

I played around with OPACUserCSS on current master (3.17.00.029) and found the
following as a first draft:

#news .newsitem {
 max-height: 40px !important;
 overflow:hidden;
 transition: max-height 10s ease-in;
}

#news .newsitem:hover {
 max-height: 500px !important;
 transition: max-height 5s ease-out;
}

-- 
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/

Reply via email to