[open-ils-commits] [GIT] Evergreen ILS branch rel_3_3 updated. c08ebea8457166ca1fbf1cdc3355ad00143ea11a

Evergreen Git git at git.evergreen-ils.org
Mon May 20 15:45:35 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_3 has been updated
       via  c08ebea8457166ca1fbf1cdc3355ad00143ea11a (commit)
      from  4b6ae90a4bbde7fd197120b2f3b9780031ac0641 (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 c08ebea8457166ca1fbf1cdc3355ad00143ea11a
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 4a05b28002..0b373e407d 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