]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1680142: Fix responsive design issue with ebook display
authorKathy Lussier <klussier@masslnc.org>
Wed, 5 Apr 2017 21:25:49 +0000 (17:25 -0400)
committerBen Shum <ben@evergreener.net>
Fri, 28 Apr 2017 15:11:48 +0000 (11:11 -0400)
commitb0ad408924fdc616be8c871d87bf9b7d3d96983b
tree24921962b62c64c5efd46297ee2f38d2fc439b5e
parent4ce5d7954035a1ed1bf654adcc830ae1c41f50f1
LP#1680142: Fix responsive design issue with ebook display

Fixes the following responsive design issues:
* Removes the e-book dashboard display when the screen size is reduced.
* Changes the table display for e-items currently checked out, e-items on hold,
and e-iterms ready for checkout interfaces to mimic the responsive behavior of
other My Account screens.
* Fixes a couple of Holds History CSS problems discovered while I was here.

Test Plan:
Enable ebook services. Log into your account and resize the screen to the size
of a mobile device. The ebook dashboard will display while the main account
dashboard disappears. Go into My Account, click Items checked out and then
click E-Items Currently Checked Out. The table has not reformatted itself for
responsive design view.

Post-patch: When you log in and resize the screen, the e-items dashboard
display will disappear along with the main account dashboard. When you access
the E-Items Currently Checked Out interface, the table will reformat itself
with column headers along the left side.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Conflicts:
Open-ILS/src/templates/opac/css/style.css.tt2

Signed-off-by: Ben Shum <ben@evergreener.net>
Open-ILS/src/templates/opac/css/style.css.tt2