* fixed style to compatible with firefox.

This commit is contained in:
Catouse
2014-04-18 17:41:09 +08:00
parent f978f9c35c
commit 8e21998053
12 changed files with 27 additions and 26 deletions
+2 -2
View File
@@ -27,8 +27,8 @@
<th class='w-30px'><?php echo $lang->idAB;?></th>
<th class='w-200px'><?php echo $lang->task->module?></th>
<th><?php echo $lang->task->story;?></th>
<th class='required'><?php echo $lang->task->name;?></th>
<th class='w-70px required'><?php echo $lang->typeAB;?></th>
<th><?php echo $lang->task->name;?> <span class='required'></span></th>
<th class='w-70px'><?php echo $lang->typeAB;?> <span class='required'></span></th>
<th class='w-80px'><?php echo $lang->task->assignedTo;?></th>
<th class='w-50px'><?php echo $lang->task->estimateAB;?></th>
<th class='w-p20'><?php echo $lang->task->desc;?></th>