Bug 14896

Summary: Errors in staff-global.css (.import_export_options)
Product: Koha Reporter: Marc Véron <veron>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: CLOSED WORKSFORME QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt, katrin.fischer
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Marc Véron 2015-09-25 10:29:33 UTC
Line 1859 and following in staff-global.css:

.import_export_options .export_ok {
    padding: 10;

- Should be: 10px;

----------

Line 1866 and following
.import_export_options {
    padding: 10;

- Should be: 10px.
- Seems to be redundant to line 1859 and following
Comment 1 Katrin Fischer 2018-08-12 22:03:39 UTC
I can't find the code in master anymore - I think it's fixed!