[open-ils-commits] [GIT] Evergreen ILS branch master updated. 36e6e00f69c7159eabccc77dc205a0e5c3240c52

Evergreen Git git at git.evergreen-ils.org
Mon May 20 15:45:40 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, master has been updated
       via  36e6e00f69c7159eabccc77dc205a0e5c3240c52 (commit)
      from  79f27abc3afd3afac00fda3bc371f724226f2b2c (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 36e6e00f69c7159eabccc77dc205a0e5c3240c52
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