From: Galen Charlton Date: Mon, 28 Nov 2016 16:55:24 +0000 (-0500) Subject: webstaff: fix misalignment of ‡ in MARC editor X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d4dec6cd9578561b179c4042a2a8c8a9a536252b;p=working%2FEvergreen.git webstaff: fix misalignment of ‡ in MARC editor 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 --- diff --git a/Open-ILS/src/templates/staff/css/cat.css.tt2 b/Open-ILS/src/templates/staff/css/cat.css.tt2 index 6f51d0f478..8d6cb81251 100644 --- a/Open-ILS/src/templates/staff/css/cat.css.tt2 +++ b/Open-ILS/src/templates/staff/css/cat.css.tt2 @@ -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;