LP1817601 MARC Flat Text Editor Monospace Font
authorBill Erickson <berickxx@gmail.com>
Thu, 14 Mar 2019 21:02:31 +0000 (17:02 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 20 May 2019 19:44:55 +0000 (15:44 -0400)
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@gmail.com>
Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com>

Open-ILS/src/templates/staff/css/cat.css.tt2

index 4a05b28..0b373e4 100644 (file)
@@ -14,6 +14,7 @@
 
 .marcflateditor {
     max-width: 100%;
+    font-family: 'Lucida Console', Monaco, monospace;
 }
 
 .marcfastitemadd, .marctypesource {