@@ -, +, @@ it is very unfriendly. --- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 26 ++++++++++++++ .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 36 +++++++++++--------- .../opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 20 +++++++++++ 3 files changed, 66 insertions(+), 16 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ a/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -2620,3 +2620,29 @@ ul.ui-tabs-nav li { box-shadow: 1px 1px 3px 0 #666; } +.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 @@ -570,33 +570,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 @@ + + + + + + + + + + + + + + + + + + + + --