Electronic resources must be cleanly displayed
authorDan Scott <dscott@laurentian.ca>
Wed, 18 Sep 2013 18:19:49 +0000 (14:19 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 24 Sep 2013 15:18:44 +0000 (11:18 -0400)
In MOPAC view, electronic resource URIs were overlapping the rdetail
actions. Clear 'em out.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
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;
+    }
 }