projects
/
evergreen
/
masslnc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1689d0
)
Electronic resources must be cleanly displayed
author
Dan Scott
<dscott@laurentian.ca>
Wed, 18 Sep 2013 18:19:49 +0000
(14:19 -0400)
committer
Dan Wells
<dbw2@calvin.edu>
Wed, 25 Sep 2013 22:41:42 +0000
(18:41 -0400)
In MOPAC view, electronic resource URIs were overlapping the rdetail
actions. Clear 'em out.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/css/style.css.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/css/style.css.tt2
b/Open-ILS/src/templates/opac/css/style.css.tt2
index
da6e392
..
520ed5e
100644
(file)
--- a/
Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/
Open-ILS/src/templates/opac/css/style.css.tt2
@@
-1899,4
+1899,10
@@
a.preflib_change {
.result_metadata {
width: inherit;
}
+ div#rdetail_actions_div {
+ float: none;
+ }
+ h2.rdetail_uris {
+ clear: both;
+ }
}