Ensure minimum height of rdetail_image_div
authorJeff Godin <jgodin@tadl.org>
Thu, 4 Oct 2012 19:23:44 +0000 (15:23 -0400)
committerJeff Godin <jgodin@tadl.org>
Thu, 4 Oct 2012 19:23:44 +0000 (15:23 -0400)
Ensure a min-height on rdetail_image_div in an attempt to prevent
the rdetail_summary_from_rec div from forcing the copy_hold_counts
div off the margins of the page (observed in Chrome on some -- but
not all -- records where there is no cover image available).

Signed-off-by: Jeff Godin <jgodin@tadl.org>
css/tadl.css

index 0ebdaef..30be73d 100644 (file)
@@ -497,6 +497,7 @@ span#rdetail_hold_counts {
 #rdetail_image_div {
     float: left;
     margin-right: 1em;
+    min-height: 190px;
 }
 
 .rdetail_aux_utils {