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

            Bug ID: 38711
           Summary: Wrong font-weight in tables during printing from STAFF
                    interface
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Staff interface
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

While printing a page from the Koha STAFF interface all last columns of tables
use **bold** font while on screen they use normal font.

This can be seen e.g. when running reports to feed a notice.

This happens due to the following CSS defined for _print_:

```
td:last-child,
th:last-child {
    background-color: #E9E9E9;
    border-bottom: 1px solid #CCCCCC;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}
```

This assigns `font-weight: bold` to all `last-child`s of `td`.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to