]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1486451: Remove rdetails_status nowrap style
authorKathy Lussier <klussier@masslnc.org>
Tue, 11 Jul 2017 17:08:23 +0000 (13:08 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 17 Jul 2017 18:49:05 +0000 (14:49 -0400)
commite2c70de9a7960b821820369e7d494b19ac587a3b
tree4618a01838c3b75199d0f2c20a41375a545cb2d7
parent95aa127869d23452bb6675ea0185e88008e132cc
LP#1486451: Remove rdetails_status nowrap style

The copy details table was styled to not wrap, which sometimes pushed table
contents off the page, particularly when some of the copies are conjoined
items. This commit removes the style that was preventing wrapping.

Test plan:
Load record 15 in the Concerto dataset. Before the patch is loaded, you'll
see that some of the content in the copy details table is pushed off the
screen and requires horizontal scrolling. Post-patch, all of the copy
details will display on screen without horizontal scrolling. In addition
to the change in the Conjoined Items, you also might see some text wrapping
in the Shelving Location and Status columns.

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