[open-ils-commits] [GIT] Evergreen ILS branch master updated. 68716e678b057e1b8f8334070420ec3d725ce885

Evergreen Git git at git.evergreen-ils.org
Thu Mar 2 21:01:18 EST 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  68716e678b057e1b8f8334070420ec3d725ce885 (commit)
      from  4f6424cace45bb0e3d0d6f638ac9700e154231ae (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 68716e678b057e1b8f8334070420ec3d725ce885
Author: Ben Shum <ben at evergreener.net>
Date:   Mon Feb 27 08:03:33 2017 -0500

    LP#1668257: RTL CSS change for ebook tables
    
    When LP#1541559 was merged, we missed checking for CSS changes and this
    orientation update was missed. Adding to the style-rtl.css.tt2 file the
    new CSS IDs for ebook API tables.
    
    Signed-off-by: Ben Shum <ben at evergreener.net>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/templates/opac/css/style-rtl.css.tt2 b/Open-ILS/src/templates/opac/css/style-rtl.css.tt2
index cc14054..bbdc645 100644
--- a/Open-ILS/src/templates/opac/css/style-rtl.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style-rtl.css.tt2
@@ -61,7 +61,7 @@ div.result_table_utils_cont{text-align:right;float:right;}
 #myopac_sum_fines_placehold{float:left;}
 .acct_holds_temp td{text-align:right;}
 #acct_checked_tabs .align, #acct_holds_tabs .align, #acct_prefs_tabs .align{float:right;}
-#acct_checked_main_header th, #acct_holds_main_header th, #acct_checked_hist_header th, acct_holds_hist_header th, #acct_list_header th, #acct_list_header_anon th, #temp_list_holds th, #acct_messages_main_header th{text-align:right;}
+#acct_checked_main_header th, #acct_holds_main_header th, #acct_checked_hist_header th, acct_holds_hist_header th, #acct_list_header th, #acct_list_header_anon th, #temp_list_holds th, #acct_messages_main_header th, #ebook_circs_main_table th, #ebook_holds_main_table th {text-align:right;}
 .myopac_payments_table th{text-align:right;}
 div#facet_sidebar{float:right;margin-left:1em;}
 .facet_box_temp .header .title{float:right;padding-right:12px;}

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list