summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-02-05 06:35:01 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-02-05 06:35:01 (GMT)
commit9baecec39b44a6e016dab0ffa41de83d2c7acbd2 (patch)
treef15ef7329eb3b6a331fe65ea63fd7a4c2dd0b6e2 /www/index.html
parent58d574f5a77264a2052006964b8ba2c3116a46a3 (diff)
fixed progress bars
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html
index d1bc9d8..835d928 100644
--- a/www/index.html
+++ b/www/index.html
@@ -354,7 +354,7 @@
beginne...
</td>
<td>
- <div class="progress"><div class="bar" style="width: 0%;"></div></div>
+ <div class="progress"><div class="progress-bar" style="width: 0%;"></div></div>
</td>
<td>
<button class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span>&nbsp;&nbsp;Abbrechen</button>
@@ -374,7 +374,7 @@
beginne...
</td>
<td colspan="3">
- <div class="progress"><div class="bar" style="width: 0%;"></div></div>
+ <div class="progress"><div class="progress-bar" style="width: 0%;"></div></div>
</td>
<td>
<button class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span>&nbsp;&nbsp;Abbrechen</button>