* fixed style for firefox, oprea 12 and ie 8.

This commit is contained in:
Catouse
2014-04-26 22:06:18 +08:00
parent d2decf65fc
commit c10aa876e4
11 changed files with 19 additions and 21 deletions
+2 -2
View File
@@ -126,10 +126,10 @@ var moduleID = '<?php echo $moduleID;?>';
if($canBatchAssign)
{
$actionLink = inLink('batchAssign', "taskID=$task->id");
echo "<div class='input-group'>";
echo "<div class='input-group w-200px'>";
echo html::select('assignedTo', $users, '', 'class="form-control"');
echo "<span class='input-group-btn'>";
echo html::commonButton($lang->testtask->assign, "onclick=\"setFormAction('$actionLink')\"");
echo html::commonButton($lang->testtask->assign, "onclick=\"setFormAction('$actionLink')\" style='border-left:none'");
echo '</span></div>';
}
if($canBatchRun)