[open-ils-commits] [GIT] Evergreen ILS branch rel_2_9 updated. 22f6dd1a933a144366ce127c3c947f6d226a21b1

Evergreen Git git at git.evergreen-ils.org
Wed May 11 00:23:00 EDT 2016


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_9 has been updated
       via  22f6dd1a933a144366ce127c3c947f6d226a21b1 (commit)
      from  f26ac9d10c283c9bb5bf86ac0c7ef2cc2e383f77 (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 22f6dd1a933a144366ce127c3c947f6d226a21b1
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Thu May 5 11:58:52 2016 -0400

    LP#1578716 Fix Responsive Items Out
    
    With "Title" and "Author" as separate columns, here is a quick fix
    to get the responsive labels to line up again.
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2
index ff8c6ad..144a61d 100644
--- a/Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style.css.tt2
@@ -2033,11 +2033,12 @@ a.preflib_change {
         }
 
         table#acct_checked_main_header td:nth-of-type(1) { border-top: 5px solid #aaa; padding-top: 15px; background-color: #fff;}
-        table#acct_checked_main_header td:nth-of-type(2):before { content: "[% l('Title / Author') %]";}
-        table#acct_checked_main_header td:nth-of-type(3):before { content: "[% l('Renewals Left') %]"; }
-        table#acct_checked_main_header td:nth-of-type(4):before { content: "[% l('Due Date') %]"; }
-        table#acct_checked_main_header td:nth-of-type(5):before { content: "[% l('Barcode') %]"; }
-        table#acct_checked_main_header td:nth-of-type(6):before { content: "[% l('Call number') %]"; }
+        table#acct_checked_main_header td:nth-of-type(2):before { content: "[% l('Title') %]";}
+        table#acct_checked_main_header td:nth-of-type(3):before { content: "[% l('Author') %]"; }
+        table#acct_checked_main_header td:nth-of-type(4):before { content: "[% l('Renewals Left') %]"; }
+        table#acct_checked_main_header td:nth-of-type(5):before { content: "[% l('Due Date') %]"; }
+        table#acct_checked_main_header td:nth-of-type(6):before { content: "[% l('Barcode') %]"; }
+        table#acct_checked_main_header td:nth-of-type(7):before { content: "[% l('Call number') %]"; }
 
         table#acct_holds_main_header thead tr th {
                 display: block;

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/opac/css/style.css.tt2 |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list