* adjust the button position.

This commit is contained in:
wangchunsheng
2011-10-29 09:09:51 +00:00
parent 10ed336ca5
commit bcdaf6bce7
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1,2 +1,3 @@
.text-1, .select-1{height:30px}
.w-300px{width:300px}
.half-right{text-align:left}
+2 -2
View File
@@ -42,8 +42,8 @@
<?php endfor;?>
<tr>
<td colspan='8'>
<div class='f-left red'><?php echo $lang->task->notes;?></div>
<div class='f-right a-left'><?php echo html::submitButton() . html::resetButton();?></div>
<div class='half-left red'><?php echo $lang->task->notes;?></div>
<div class='half-right'><?php echo html::submitButton() . html::resetButton();?></div>
</td>
</tr>
</table>