http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11885 --- Comment #5 from paxed <pasi.kallinen@pttk.fi> --- (In reply to Jonathan Druart from comment #2)
QA comment:
I didn't find any regression (tag missing, etc.) but 3 smalls things differ from master: 1/ subtags was bold 2/ 1 dash existed between tag and tag name 3/ A space has been added ("606 #1 - Sujet nom commun" becomes "606 # 1 Sujet nom commun", "101 ## - Langue" becomes "101 # # Langue")
I am going to provide screenshots.
Marked as Failed QA.
If you really want the exact same behaviour as before, add the following CSS to your IntranetUserCSS: .tag_title .tag_desc:before { content: " - "; } .tag_title .tag_ind2 { margin-left:-4px; } .subfield-label { font-weight: bold; } div[id=tab0XX] .subfield-label, .subfield-label .desc { font-weight: normal; } -- You are receiving this mail because: You are watching all bug changes.