From: Jeff Godin Date: Thu, 4 Oct 2012 19:23:44 +0000 (-0400) Subject: Ensure minimum height of rdetail_image_div X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d80e7ccfc7d2910f23e63538784c3684dd028904;p=evergreen%2Ftadl.git 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 --- 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 {