[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. c58ab4d2e54c815ab93091969d9495aa3d117a8a

Evergreen Git git at git.evergreen-ils.org
Mon May 20 15:45:30 EDT 2019


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_3_2 has been updated
       via  c58ab4d2e54c815ab93091969d9495aa3d117a8a (commit)
      from  1973b480c7f6a65616d848c6b75b3b12e2ba54f6 (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 c58ab4d2e54c815ab93091969d9495aa3d117a8a
Author: Bill Erickson <berickxx at gmail.com>
Date:   Thu Mar 14 17:02:31 2019 -0400

    LP1817601 MARC Flat Text Editor Monospace Font
    
    Use a fixed width font in the MARC flat text editor, consistent with the
    fonts used for the non-flat-text editor.
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Rogan Hamby <rogan.hamby at gmail.com>

diff --git a/Open-ILS/src/templates/staff/css/cat.css.tt2 b/Open-ILS/src/templates/staff/css/cat.css.tt2
index de6904a9df..c27f504270 100644
--- a/Open-ILS/src/templates/staff/css/cat.css.tt2
+++ b/Open-ILS/src/templates/staff/css/cat.css.tt2
@@ -14,6 +14,7 @@
 
 .marcflateditor {
     max-width: 100%;
+    font-family: 'Lucida Console', Monaco, monospace;
 }
 
 .marcfastitemadd, .marctypesource {

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

Summary of changes:
 Open-ILS/src/templates/staff/css/cat.css.tt2 | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list