* fix bug 28416
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#executionList > thead > tr > th .table-nest-toggle-global {top: 4px;}
|
||||
#executionList > thead > tr > th .table-nest-toggle-global:before {color: #a6aab8;}
|
||||
#executionList > thead > tr > th .table-nest-toggle-global {position: static!important;}
|
||||
#executionList > thead > tr > th .table-nest-toggle-global:before {color: #a6aab8; position: static!important;}
|
||||
#executionsSummary {padding-left: 10px;}
|
||||
#mainMenu .pull-left .checkbox-primary {margin-top: 5px;}
|
||||
.main-table tbody>tr>td:first-child, .main-table thead>tr>th:first-child { padding-left: 8px; }
|
||||
|
||||
@@ -72,10 +72,12 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th class='table-nest-title'>
|
||||
<?php if($canBatchEdit and $showToggleIcon):?>
|
||||
<a class='table-nest-toggle icon table-nest-toggle-global' data-expand-text='<?php echo $lang->expand; ?>' data-collapse-text='<?php echo $lang->collapse;?>'></a>
|
||||
<?php endif;?>
|
||||
<?php echo $lang->nameAB;?>
|
||||
<div class="flex-between">
|
||||
<?php echo $lang->nameAB;?>
|
||||
<?php if($canBatchEdit and $showToggleIcon):?>
|
||||
<a class='table-nest-toggle icon table-nest-toggle-global' data-expand-text='<?php echo $lang->expand; ?>' data-collapse-text='<?php echo $lang->collapse;?>'></a>
|
||||
<?php endif;?>
|
||||
</div>
|
||||
</th>
|
||||
<th class='c-user'><?php echo $lang->execution->owner;?></th>
|
||||
<th class='c-status text-center'><?php echo $lang->project->status;?></th>
|
||||
|
||||
Reference in New Issue
Block a user