From d80e7ccfc7d2910f23e63538784c3684dd028904 Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Thu, 4 Oct 2012 15:23:44 -0400 Subject: [PATCH] Ensure minimum height of rdetail_image_div 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 --- css/tadl.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/tadl.css b/css/tadl.css index 0ebdaef4d2..30be73d93a 100644 --- a/css/tadl.css +++ b/css/tadl.css @@ -497,6 +497,7 @@ span#rdetail_hold_counts { #rdetail_image_div { float: left; margin-right: 1em; + min-height: 190px; } .rdetail_aux_utils { -- 2.11.0