[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. ff6f7b5b313690f0ba6b243fbfad6df514461f53

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, rel_2_12 has been updated
       via  ff6f7b5b313690f0ba6b243fbfad6df514461f53 (commit)
      from  18728fe5185bf2dfb374ecdf35693ea6ee02467e (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 ff6f7b5b313690f0ba6b243fbfad6df514461f53
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 732f9da..7e97b5a 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