|
From: <ken...@us...> - 2009-02-18 15:11:56
|
Revision: 1258
http://andro.svn.sourceforge.net/andro/?rev=1258&view=rev
Author: kendowns
Date: 2009-02-18 15:11:54 +0000 (Wed, 18 Feb 2009)
Log Message:
-----------
Sourceforge bug 2612968. Fixed regression after bug 2612810.
Modified Paths:
--------------
trunk/andro/lib/androLib.php
Modified: trunk/andro/lib/androLib.php
===================================================================
--- trunk/andro/lib/androLib.php 2009-02-18 15:03:06 UTC (rev 1257)
+++ trunk/andro/lib/androLib.php 2009-02-18 15:11:54 UTC (rev 1258)
@@ -3015,16 +3015,16 @@
$iWidth = $width;
if($table_id_fko <> '') {
$iWidth -= x6cssdefine('bodyfs','12px')*.67*5;
- $this->colStyles[$styleId]
+ $this->colStyles[$styleId.' input']
="width: {$iWidth}px; $cssExtra";
}
else if($type_id == 'mime-f') {
$iWidth -= x6cssdefine('bodyfs','12px')*.67*20;
- $this->colStyles[$styleId]
+ $this->colStyles[$styleId.' input']
="width: {$iWidth}px; $cssExtra";
}
else if(!in_array($type_id,array('cbool','gender'))) {
- $this->colStyles[$styleId]
+ $this->colStyles[$styleId.' input']
="width: {$iWidth}px; $cssExtra";
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|