]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1614807: Make holds history more responsive
authorKathy Lussier <klussier@masslnc.org>
Mon, 22 Aug 2016 10:10:14 +0000 (06:10 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 24 Aug 2016 12:45:21 +0000 (08:45 -0400)
commitcbdb2e35542a7a84a99d470e03b77c623fbd79e3
tree1f3e8448df8cf4187919cb130075d27151aab1eb
parentf414ddd5c21e97a51909546c51afef3b71441e8d
LP#1614807: Make holds history more responsive

When retrieving the holds history page on a mobile device, re-orient the table
as we do with other My Account screens.

Test plan
Pre-patch, retrieve the holds history screen for a patron that has enabled
holds history. Resize the screen to a width of 600 pixels or smaller. No
adjustments will be made to the table, and horizontal scrolling is required to
see some data.

Post-patch, after resizing this screen, the table should reorient itself with
the headers displaying in the left column, as is done on the other My Account
screens.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/opac/css/style.css.tt2