* Fix execution all view style.

This commit is contained in:
Yagami
2021-04-09 16:00:34 +08:00
parent 62bc93ee58
commit d4400dd1cc
+4 -4
View File
@@ -23,7 +23,7 @@
.table td.has-child > .plan-toggle.collapsed > .icon {-ms-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg); -webkit-transform:rotate(90deg); transform: rotate(90deg);}
.table th.hours {padding-right: 8px !important;}
.main-table tbody > tr.table-children > td:first-child::before {width: 3px;}
.hours {text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
td.hours {text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
@-moz-document url-prefix() {.main-table tbody > tr.table-children > td:first-child::before {width: 4px;}}
</style>
<div id='mainMenu' class='clearfix'>
@@ -70,9 +70,9 @@
<th class='thWidth'><?php common::printOrderLink('PM', $orderBy, $vars, $lang->execution->owner);?></th>
<th class='w-80px'><?php common::printOrderLink('end', $orderBy, $vars, $lang->execution->end);?></th>
<th class='w-80px'><?php common::printOrderLink('status', $orderBy, $vars, $from == 'execution' ? $lang->execution->execStatus : $lang->execution->status);?></th>
<th class='w-70px text-center'><?php echo $lang->execution->totalEstimate;?></th>
<th class='w-70px text-center'><?php echo $lang->execution->totalConsumed;?></th>
<th class='w-70px text-center'><?php echo $lang->execution->totalLeft;?></th>
<th class='w-70px text-right hours'><?php echo $lang->execution->totalEstimate;?></th>
<th class='w-70px text-right hours'><?php echo $lang->execution->totalConsumed;?></th>
<th class='w-70px text-right hours'><?php echo $lang->execution->totalLeft;?></th>
<th class='w-60px'><?php echo $lang->execution->progress;?></th>
<th class='w-100px'><?php echo $lang->execution->burn;?></th>
</tr>