[Koha-bugs] [Bug 8199] Search results are contained into a table html element

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 12 14:36:04 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8199

--- Comment #5 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list