[open-ils-commits] r731 - conifer/trunk/web/opac/skin/lul/xml/rdetail (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Nov 24 16:26:44 EST 2009
Author: dbs
Date: 2009-11-24 16:26:39 -0500 (Tue, 24 Nov 2009)
New Revision: 731
Modified:
conifer/trunk/web/opac/skin/lul/xml/rdetail/rdetail_summary.xml
Log:
Not surprisingly, IE renders this poorly if the rowspan doesn't cover the complete set of rows. Bump it up. Hack hack hack.
Modified: conifer/trunk/web/opac/skin/lul/xml/rdetail/rdetail_summary.xml
===================================================================
--- conifer/trunk/web/opac/skin/lul/xml/rdetail/rdetail_summary.xml 2009-11-24 21:13:45 UTC (rev 730)
+++ conifer/trunk/web/opac/skin/lul/xml/rdetail/rdetail_summary.xml 2009-11-24 21:26:39 UTC (rev 731)
@@ -11,7 +11,7 @@
<tbody id='rdetail_details_tbody'>
<tr>
- <td id='rdetail_image_cell' rowspan='30'>
+ <td id='rdetail_image_cell' rowspan='40'>
<a id='rdetail_img_link'>
<img style='border: none;' id='rdetail_image'
onerror='
More information about the open-ils-commits
mailing list