* Adjust the vertical align.

This commit is contained in:
liugang
2022-09-15 13:07:43 +08:00
parent 93b221c6a6
commit fefdfe5b49
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -28,3 +28,4 @@
#dataform th {vertical-align: top; padding-top: 13px;}
.futureBox {vertical-align: top !important; padding-top: 13px !important;}
#linkPlan {padding-top: 25px !important;}
#projectType {padding-top: 7px !important;}
+1
View File
@@ -7,3 +7,4 @@
#dataform th {vertical-align: top; padding-top: 13px;}
#linkPlan {padding-top: 25px !important;}
#productsBox .row .col-sm-4.required::after {right: -5px;}
#projectType {padding-top: 7px !important;}
+1 -1
View File
@@ -73,7 +73,7 @@
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->project->type;?></th>
<th id='projectType'><?php echo $lang->project->type;?></th>
<td><?php echo html::radio('hasProduct', $lang->project->projectTypeList, 1);?></td>
</tr>
<tr>
+1 -1
View File
@@ -75,7 +75,7 @@
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->project->type;?></th>
<th id='projectType'><?php echo $lang->project->type;?></th>
<td>
<?php echo zget($lang->project->projectTypeList, $project->hasProduct);?>
<?php echo html::hidden('hasProduct', $project->hasProduct);?>