[open-ils-commits] [GIT] Evergreen ILS branch master updated. e2c70de9a7960b821820369e7d494b19ac587a3b
Evergreen Git
git at git.evergreen-ils.org
Mon Jul 17 14:37:32 EDT 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via e2c70de9a7960b821820369e7d494b19ac587a3b (commit)
from 95aa127869d23452bb6675ea0185e88008e132cc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e2c70de9a7960b821820369e7d494b19ac587a3b
Author: Kathy Lussier <klussier at masslnc.org>
Date: Tue Jul 11 13:08:23 2017 -0400
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 at masslnc.org>
Signed-off-by: Terran McCanna <tmccanna at georgialibraries.org>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2
index 137a20a..a8884db 100644
--- a/Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style.css.tt2
@@ -678,7 +678,6 @@ div.format_icon {
[%- ELSE %]
padding: 7px 0px 3px 13px;
[%- END %]
- white-space: nowrap;
}
#rdetails_status td[headers=copy_header_library],
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/opac/css/style.css.tt2 | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list