* Adjust the vertical align.
This commit is contained in:
@@ -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;}
|
||||
|
||||
@@ -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;}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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);?>
|
||||
|
||||
Reference in New Issue
Block a user