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:
da52cf0
)
webstaff: ensure that side-by-side MARC record views don't overlap text
author
Galen Charlton
<gmc@esilibrary.com>
Tue, 8 Sep 2015 21:47:49 +0000
(21:47 +0000)
committer
Galen Charlton
<gmc@esilibrary.com>
Tue, 8 Sep 2015 21:47:49 +0000
(21:47 +0000)
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
f3f27d2
..
ef3cd9c
100644
(file)
--- a/
Open-ILS/src/templates/staff/css/cat.css.tt2
+++ b/
Open-ILS/src/templates/staff/css/cat.css.tt2
@@
-150,3
+150,12
@@
grid[name="-none-"] * label { color: black; }
#z3950-search-form-row {
margin-bottom: 20px;
}
+
+/*
+ * MARC view styles
+ */
+
+/* ensure that side-by-side MARC record views don't overlap text */
+.marc_tag_row {
+ word-break: break-word;
+}