@@ -, +, @@ it is very unfriendly. --- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 27 +++++++++++++++ .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 36 +++++++++++--------- .../opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 20 +++++++++++ 3 files changed, 67 insertions(+), 16 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ a/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -2540,3 +2540,30 @@ span.sep { } */ + +.contents { + width: 75%; +} + +.contentblock { + position: relative; + margin-left: 2em; +} + +.contents .t:first-child:before { + content: "→ "; +} + +.contents .t:before { + content: "\A→ "; + white-space: pre; +} + +.contents .t { + font-weight: bold; + display: inline; +} + +.contents .r { + display: inline; +} --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -569,33 +569,37 @@ +
- - - - Incomplete contents: - - - Partial contents: - - - Contents: - - + + + + Incomplete contents: + + + Partial contents: + + + Contents: + + + +
- + tru - - au + + atru - +
+
--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl +++ a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl @@ -40,6 +40,26 @@ + + + + + + + + + + + + + + + + + + + + --