~zulcss/horizon/horizon-g3-precise

1
2
3
4
<div class="progress_bar progress">
  <div class="progress_bar_fill bar progress-warning" data-width="{% widthratio current_val max_val 100 %}" style="width: {% widthratio current_val max_val 100 %}%"></div>
  <div class="progress_bar_selected bar progress-success"></div>
</div>