projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c7a805
)
webstaff: fix misalignment of ‡ in MARC editor
author
Galen Charlton
<gmc@esilibrary.com>
Mon, 28 Nov 2016 16:55:24 +0000
(11:55 -0500)
committer
Galen 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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/staff/css/cat.css.tt2
b/Open-ILS/src/templates/staff/css/cat.css.tt2
index
6f51d0f
..
8d6cb81
100644
(file)
--- 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;