]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1614807: Fix spacing issues in responsive design for My Account screens
authorKathy Lussier <klussier@masslnc.org>
Sat, 20 Aug 2016 04:54:40 +0000 (00:54 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 24 Aug 2016 12:45:21 +0000 (08:45 -0400)
commitf414ddd5c21e97a51909546c51afef3b71441e8d
tree7cc128674c339c3af7582f0012f02f788479da4f
parent4e1ab37ff215a8d42b8525de6fe27cb29bde8abf
LP#1614807: Fix spacing issues in responsive design for My Account screens

This commit fixes the following spacing issues that are found in the My Account
screens when loaded on a small-screen device:

* When a field has no value, the text in the table header, which displays along
 the left, is cut off at the bottom. The Notes field on the Holds page is one
place where this issue is commonly seen. With the fix, the headers are slightly
out of alignment with the field data, but this is still an improvement over
cutting off text on the screen.

* If the only title(s) listed on the screen are short, requiring little width
in a table cell, the text in the table header runs into field data. A good
example in the Concerto data is if the user only has a check out for record ID
2 (Le concerto) on their account.

* The checkboxes in the Check Out History and Items on Hold screen were pushed
to the right. We fix it by giving the cells with a checkbox a "checkbox_column"
class, which was already in use by the checkbox on the Items Out screen.

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
Open-ILS/src/templates/opac/myopac/circ_history.tt2
Open-ILS/src/templates/opac/myopac/holds.tt2