* fix icon style.

This commit is contained in:
Catouse
2018-05-17 13:36:32 +08:00
parent fe09d37f38
commit 1e0708ad67
4 changed files with 7 additions and 8 deletions
@@ -25,8 +25,7 @@
<ul class="status-bars">
<?php foreach($lang->project->statusList as $statusKey => $statusName):?>
<li>
<span class="value"><?php echo $overview[$statusKey];?></span>
<span class="bar" style="height: <?php echo $overviewPercent[$statusKey];?>"></span>
<span class="bar" style="height: <?php echo $overviewPercent[$statusKey];?>"><span class="value"><?php echo $overview[$statusKey];?></span></span>
<span class="title"><?php echo $statusName;?></span>
</li>
<?php endforeach;?>