@@ -, +, @@ list - Perform a catalog search in the OPAC which will return multiple results. - In the search results, each author in each search result should be a separate clickable link. - The margins around the result title and authors should be comfortable. - Confirm that each link takes you to the correct author search. --- .../opac-tmpl/bootstrap/css/src/opac.scss | 6 + .../en/xslt/MARC21slim2OPACResults.xsl | 202 +++++++++--------- 2 files changed, 112 insertions(+), 96 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -87,6 +87,7 @@ a { display: block; font-size: 108%; font-weight: bold; + margin-bottom: .3rem; } &.login-link { @@ -329,6 +330,11 @@ th { } } +.byAuthor { + display: inline-block; + margin: .2rem .2rem .2rem 0; +} + #members { p { color: #727272; --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -517,97 +517,121 @@ - by + by --