@@ -, +, @@ https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client class. IntraNetUSerCSS: --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 6 +++++- .../intranet-tmpl/prog/en/modules/catalogue/results.tt | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -4688,7 +4688,11 @@ div .suggestion_note { .result_item_details { display:inline-block; - white-space:nowrap + white-space:nowrap; + + &::before { + content: "\2022"; + } } .item-date-due { --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -613,7 +613,6 @@ [% items_loo.location | html %] [% END %] - • [% IF ( items_loo.itemcallnumber ) %] [% items_loo.itemcallnumber | html %] [% END %] --