From d4dec6cd9578561b179c4042a2a8c8a9a536252b Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 28 Nov 2016 11:55:24 -0500 Subject: [PATCH] =?utf8?q?webstaff:=20fix=20misalignment=20of=20=E2=80=A1?= =?utf8?q?=20in=20MARC=20editor?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- Open-ILS/src/templates/staff/css/cat.css.tt2 | 1 + 1 file changed, 1 insertion(+) 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; -- 2.11.0