Bug 14896 - Errors in staff-global.css (.import_export_options)
Summary: Errors in staff-global.css (.import_export_options)
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-25 10:29 UTC by Marc Véron
Modified: 2019-10-14 19:56 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!