* fixed style for ie8.

* ajuste style of 'project/burn'.
This commit is contained in:
Catouse
2014-05-02 16:02:17 +08:00
parent a69a464d8d
commit 4c32052c8d
12 changed files with 24 additions and 12 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
<th><?php echo $lang->project->dateRange;?></th>
<td>
<div class='input-group'>
<?php echo html::input('begin',date('Y-m-d'), "class='form-control form-date' onchange='computeWorkDays()' placeholder='" . $lang->project->begin . "'");?>
<?php echo html::input('begin',date('Y-m-d'), "class='form-control w-100px form-date' onchange='computeWorkDays()' placeholder='" . $lang->project->begin . "'");?>
<span class='input-group-addon'><?php echo $lang->project->to;?></span>
<?php echo html::input('end', '', "class='form-control form-date' onchange='computeWorkDays()' placeholder='" . $lang->project->end . "'");?>
</div>