[koha-commits] main Koha release repository branch new/bug_9169 created. v3.08.00-1466-gadf4790

Git repo owner gitmaster at git.koha-community.org
Sat Dec 22 22:43:21 CET 2012


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 "main Koha release repository".

The branch, new/bug_9169 has been created
        at  adf4790c286d59f05c7785b0b441e8682c8fb04f (commit)

- Log -----------------------------------------------------------------
commit adf4790c286d59f05c7785b0b441e8682c8fb04f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Nov 29 11:32:52 2012 -0500

    Bug 9169 - Wrap relator code in <span> to allow for CSS customization
    
    This patch adds <span class="relatorcode"> around the display of
    relator codes in the OPAC and the staff client, and adds a space
    before the bracket (" [relatorcode]") for readability.
    
    To test, add custom CSS to OPACUserCSS and IntranetUserCSS and
    view a record which includes relator code data. Suggested:
    
    .relatorcode {
        background-color: rgb(230, 240, 242);
        border-radius: 3px 3px 3px 3px;
        color: rgb(51, 51, 51);
        display: inline-block;
        font-size: 75%;
        font-weight: normal;
        margin-left: 0.4em;
        padding: 0.1em 0.4em;
    }
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list