@@ -, +, @@ it is very unfriendly. --- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 37 ++++++++++++++++++++ .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 34 ++++++++++-------- .../opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 20 +++++++++++ 3 files changed, 76 insertions(+), 15 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ a/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -2620,3 +2620,40 @@ ul.ui-tabs-nav li { box-shadow: 1px 1px 3px 0 #666; } +.results_summary { + clear: both; +} + +.contents { + width: 75%; +} + +.contentblock { + display: inline-block; +} + +.contents { + clear: both; +} + +.contents .label { + float: left; +} + +.contents .t:first-child { + white-space: normal; +} + +.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 @@ + + + + + + + + + + + + + + + + + + + + --