https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41645
Bug ID: 41645
Summary: Make self-checkout use responsive CSS
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Self checkout
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Bug 20168 added the the directive '@import "responsive";' to the bottom of
./koha-tmpl/opac-tmpl/bootstrap/css/src/sco.scss, so we've had media queries
and responsive CSS in the sco.css file for about 5 years now, but... they don't
actually work.
And it's because this one line of HTML is missing from
koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt:
<meta name="viewport" content="width=device-width, initial-scale=1">
Once that line is added, the CSS media queries start to work.
Of course, there's a bit more that needs to be done on top of that. The input
for the barcode is too narrow and misplaced, the Checkouts datatable runs off
the page.
But those are manageable problems.
--
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/