Koha/koha-tmpl/opac-tmpl/prog/en
Owen Leonard adf4790c28 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@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2012-12-22 16:42:46 -05:00
..
css Bug 8955 - Self checkout should degrade gracefully with JavaScript turned off 2012-12-22 16:33:12 -05:00
includes Bug 9166: OPAC needs configuration file for datepicker 2012-12-19 19:38:27 -05:00
js Bug 9166: OPAC needs configuration file for datepicker 2012-12-19 19:38:27 -05:00
lib Bug 7067 [Follow-up: templates] allow patron self registration via the opac 2012-12-14 08:08:59 -05:00
modules Bug 8955 [Follow-up] Self checkout should degrade gracefully w/o JavaScript 2012-12-22 16:33:12 -05:00
xslt Bug 9169 - Wrap relator code in <span> to allow for CSS customization 2012-12-22 16:42:46 -05:00