Koha/koha-tmpl/opac-tmpl/prog/en/xslt
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
..
compact.xsl Fix a problem when translations contain &nbsp; various XSL files 2011-12-06 12:16:04 +01:00
MARC21slim2OPACDetail.xsl Bug 9169 - Wrap relator code in <span> to allow for CSS customization 2012-12-22 16:42:46 -05:00
MARC21slim2OPACMARCdetail.xsl Bug 8872 Add UTF-8 encoding to opac xslt files 2012-11-06 07:28:33 -05:00
MARC21slim2OPACResults.xsl Bug 8872 Add UTF-8 encoding to opac xslt files 2012-11-06 07:28:33 -05:00
MARC21slimUtils.xsl Bug 6617: Improve MARC21 enhanced contents display 2012-09-05 15:56:35 +02:00
NORMARCslim2OPACDetail.xsl Bug 8872 Add UTF-8 encoding to opac xslt files 2012-11-06 07:28:33 -05:00
NORMARCslim2OPACResults.xsl Bug 8872 Add UTF-8 encoding to opac xslt files 2012-11-06 07:28:33 -05:00
NORMARCslimUtils.xsl Bug 8513: OPAC detail page broken with XSLT 2012-08-29 15:19:46 +02:00
UNIMARCslim2OPACDetail.xsl Bug 8872 Add UTF-8 encoding to opac xslt files 2012-11-06 07:28:33 -05:00
UNIMARCslim2OPACResults.xsl Bug 8983: Typo in UNIMARCslim2OPACResults.xsl 2012-11-23 12:59:04 -05:00
UNIMARCslimUtils.xsl Bug 8791: OPAC UNIMARC XSLT details: subject with subfield 3 2012-10-12 23:01:17 +02:00