[Koha-bugs] [Bug 23147] changes made by bug 20044 to addbiblio.pl causing issues for some catalogers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 18 19:52:29 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23147

--- Comment #3 from Owen Leonard <oleonard at myacpl.org> ---
Cab perhaps you could test this CSS for a possible update by adding this to
IntranetUserCSS?

@media (min-width: 613px) {
    #addbibliotabs div.subfield_line label {
        width: 15em;
    }

    #addbibliotabs .input_marceditor {
        width: 20em;
    }

    #addbibliotabs .subfield {
        width: 12em;
    }
}

@media (min-width: 768px) {
    #addbibliotabs div.subfield_line label {
        width: 20em;
    }

    #addbibliotabs .input_marceditor {
        width: 30em;
    }

    #addbibliotabs .subfield {
        width: 14em;
    }
}

@media (min-width: 1200px) {
    #addbibliotabs div.subfield_line label {
        width: 25em;
    }

    #addbibliotabs .input_marceditor {
        width: 50em;
    }

    #addbibliotabs .subfield {
        width: 16em;
    }
}

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list