@@ -, +, @@ issues tabs - Open the detail page for a bibliographic record in the OPAC which has subscriptions. - Click the "More details" link. - Confirm that the "Brief history" and "Full history" links have no icon. - Click the "Full history" link and do the same. - On the normal, MARC, and ISBD views, confirm that the icons for those links look correct. --- koha-tmpl/opac-tmpl/bootstrap/less/opac.less | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less +++ a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less @@ -1089,13 +1089,19 @@ div.rows { } #MARCview { - background-position: -9px -27px; + background-position: -9px -28px; } #ISBDview { background-position: -10px -56px; } #Normalview { - background-position: -8px 3px; + background-position: -8px 1px; +} + +#Fullhistory, +#Briefhistory { + background: transparent none; + padding-left: 0; } #bookcover { --