webstaff: fix misalignment of ‡ in MARC editor
authorGalen Charlton <gmc@esilibrary.com>
Mon, 28 Nov 2016 16:55:24 +0000 (11:55 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 28 Nov 2016 16:55:24 +0000 (11:55 -0500)
This patch sets the font used to display the "‡" character in the
MARC editor to the same font used for input fields, fixing a
vertical misalginment that displayed in Chrome and Firefox
on some platforms.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/templates/staff/css/cat.css.tt2

index 6f51d0f..8d6cb81 100644 (file)
@@ -60,6 +60,7 @@ input.marcedit:focus {
 
 .marcsfcodedelimiter {
     color: blue;
+    font-family: 'Lucida Console', Monaco, monospace;
     font-weight: normal;
     text-align: center;
     padding-right: 0px !important;