[koha-commits] updated branch master (6969fefe4c7c0de5b80573c0c95efa6f6ef50e90)

git repository hosting gitosis at git.koha.org
Tue May 4 17:19:10 CEST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Koha GitWeb".

The branch, master has been updated
       via  6969fefe4c7c0de5b80573c0c95efa6f6ef50e90 (commit)
      from  67be4bd11811cd53173303188d06260e09e98e78 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6969fefe4c7c0de5b80573c0c95efa6f6ef50e90
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Feb 25 09:43:15 2010 -0500

    Use CSS3 box-shadow property for Cart tooltip
    
    The OPAC Cart tooltip ("Your cart is empty," "1 item(s) added to your
    Cart") currently uses a jQuery plugin to generate a drop shadow.
    This works cross-browser, but has a high failure rate with regard
    to hiding the shadow consistently, resulting in an orphan shadow
    after the tooltip has been hidden. I propose to instead use the
    new CSS3 property "box-shadow" (-moz-box-shadow and -webkit-box-
    shadow for FireFox and Safari/Chrome). Currently Internet Explorer
    does not support this property. I think this is an
    acceptable tradeoff for more stable functionality.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

-----------------------------------------------------------------------

Summary of changes:
 .../intranet-tmpl/prog/en/css/staff-global.css     |    5 +++--
 .../prog/en/includes/doc-head-close.inc            |    1 -
 .../en/lib/jquery/plugins/jquery.dropshadow-min.js |    1 -
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |    4 ++++
 .../opac-tmpl/prog/en/includes/doc-head-close.inc  |    1 -
 koha-tmpl/opac-tmpl/prog/en/js/basket.js           |   12 +++---------
 .../en/lib/jquery/plugins/jquery.dropshadow-min.js |    1 -
 7 files changed, 10 insertions(+), 15 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dropshadow-min.js
 delete mode 100644 koha-tmpl/opac-tmpl/prog/en/lib/jquery/plugins/jquery.dropshadow-min.js


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list