12 Jun
2012
12 Jun
'12
1:36 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8199 --- Comment #5 from Jonathan Druart <jonathan.druart@biblibre.com> --- Hi Owen, For example: currently (with the table structure) it is not possible to move the image from right to left. With this patch, we can filled the OPACUserCSS syspref with: .result > input { float: none; } .result > span { float: none; margin-left: 5px; } .all_results > div > span.biblio_infos { display: block; max-width: 80%; padding-left: 120px; margin-top: -15px; } .result > span.image { margin-left: 30px; margin-top: -70px; position: absolute; } -- You are receiving this mail because: You are watching all bug changes.