* Adjust story estimate style.
This commit is contained in:
@@ -39,6 +39,7 @@ function showNewEstimate()
|
||||
$('.th-new-estimate').removeClass('hide');
|
||||
$('.new-estimate').removeClass('hide');
|
||||
$('.form-actions').removeClass('hide');
|
||||
$('.empty-th').addClass('hide');
|
||||
}
|
||||
|
||||
function selectRound(round)
|
||||
|
||||
@@ -42,9 +42,10 @@
|
||||
<table class='table table-form'>
|
||||
<thead>
|
||||
<tr class='text-center'>
|
||||
<th class='w-120px'><?php echo $lang->execution->team;?></th>
|
||||
<th class='w-90px'> <?php echo $lang->story->estimate;?></th>
|
||||
<th class='w-90px th-new-estimate hide'><?php echo $lang->execution->newEstimate;?></th>
|
||||
<th><?php echo $lang->execution->team;?></th>
|
||||
<th> <?php echo $lang->story->estimate;?></th>
|
||||
<th class='th-new-estimate hide'><?php echo $lang->execution->newEstimate;?></th>
|
||||
<th class='empty-th'></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
@@ -60,7 +60,7 @@ adjustMenuWidth();
|
||||
</section>
|
||||
<footer class='table-footer'>
|
||||
<?php echo str_replace($words, urlencode($words), $pager->get('right', 'short'));?>
|
||||
<span class='execute-info text-muted'><?php printf($lang->search->executeInfo, $pager->recTotal, $consumed);?></span>
|
||||
<span class='execute-info text-muted'><?php printf($lang->search->executeInfo, $pager->recTotal, $consumed);?></span>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user