* Fix ui.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#mainContent td.projectName {white-space: nowrap; overflow-x: hidden;}
|
||||
#pageNav .angle-btn:first-child a.btn {max-width: 300px; overflow: hidden;}
|
||||
.totalCount {margin-top: 15px !important; font-weight: bold; text-align: right; padding: 8px 50px 8px 8px;}
|
||||
.totalCount {font-weight: bold; text-align: right !important; padding: 8px 50px 8px 8px !important; width: 100%;}
|
||||
|
||||
@@ -88,9 +88,9 @@
|
||||
<td class='text-left'><?php echo zget($users, $task->finishedBy);?></td>
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
<td colspan='6' class='totalCount'><?php echo sprintf($lang->weekly->totalCount, count($finished));?></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class='table totalCount'><?php echo sprintf($lang->weekly->totalCount, count($finished));?></div>
|
||||
|
||||
<div class='page-title'><h4><?php echo $lang->weekly->postponed;?></h4></div>
|
||||
<table class='table has-sort-head table-fixed'>
|
||||
@@ -121,9 +121,9 @@
|
||||
<td class='text-left'><?php echo $task->progress;?>%</td>
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
<td colspan='7' class='totalCount'><?php echo sprintf($lang->weekly->totalCount, count($postponed));?></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class='table totalCount'><?php echo sprintf($lang->weekly->totalCount, count($postponed));?></div>
|
||||
|
||||
<div class='page-title'><h4><?php echo $lang->weekly->nextWeek;?></h4></div>
|
||||
<table class='table has-sort-head table-fixed'>
|
||||
@@ -150,9 +150,9 @@
|
||||
<td class='text-left'><?php echo $task->deadline;?></td>
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
<td colspan='5' class='totalCount'><?php echo sprintf($lang->weekly->totalCount, count($nextWeek));?></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class='table totalCount'><?php echo sprintf($lang->weekly->totalCount, count($nextWeek));?></div>
|
||||
|
||||
<div class='page-title'><h4><?php echo $lang->weekly->workloadByType;?></h4></div>
|
||||
<table class='table has-sort-head table-fixed'>
|
||||
|
||||
Reference in New Issue
Block a user