* Adjust CSS.
This commit is contained in:
@@ -6,3 +6,4 @@
|
||||
#mainContent .detail .form-actions {padding-bottom: 20px;}
|
||||
#mainContent .main-header h2 .input-group {margin-top: 1px;}
|
||||
.c-name {max-width: 100px;}
|
||||
#profile {vertical-align: unset;}
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
.c-name {max-width: 100px;}
|
||||
#profile {vertical-align: unset;}
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
</tr>
|
||||
<?php endif;?>
|
||||
<tr>
|
||||
<th><?php echo $lang->testreport->profile?></th>
|
||||
<th id='profile'><?php echo $lang->testreport->profile?></th>
|
||||
<td colspan='2'>
|
||||
<?php
|
||||
echo '<div>' . $storySummary . '</div>';
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
</tr>
|
||||
<?php endif;?>
|
||||
<tr>
|
||||
<th><?php echo $lang->testreport->profile?></th>
|
||||
<th id='profile'><?php echo $lang->testreport->profile?></th>
|
||||
<td colspan='2'>
|
||||
<?php
|
||||
echo '<p>' . $storySummary . '</p>';
|
||||
|
||||
Reference in New Issue
Block a user