* improve UI of project/testtask view.

This commit is contained in:
Catouse
2018-09-21 18:19:01 +08:00
parent c7775aff27
commit d3220869b4
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -1 +1,6 @@
.table-group-btns {width: 200px;}
.table-footer,
.table-grouped {box-shadow: none!important;}
.table-footer {margin-left: 205px; margin-top: 10px;}
.table-grouped > thead>tr>th.c-id,
.table-grouped > tbody>tr>td.c-id {padding-left: 15px;}
+1 -1
View File
@@ -79,7 +79,7 @@
<div class='small'><span class='text-muted'><?php echo $lang->testtask->allTasks;?></span> <?php echo count($productTasks);?></div>
</td>
<?php endif;?>
<td class="cell-id">
<td class="c-id">
<?php if($canTestReport):?>
<?php echo html::checkbox('taskIdList', array($task->id => sprintf('%03d', $task->id)));?>
<?php else:?>
+2 -2
View File
File diff suppressed because one or more lines are too long