Electronic resources must be cleanly displayed
authorDan Scott <dscott@laurentian.ca>
Wed, 18 Sep 2013 18:19:49 +0000 (14:19 -0400)
committerDan 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

index da6e392..520ed5e 100644 (file)
@@ -1899,4 +1899,10 @@ a.preflib_change {
     .result_metadata {
         width: inherit;
     }
+    div#rdetail_actions_div {
+        float: none;
+    }
+    h2.rdetail_uris {
+        clear: both;
+    }
 }