summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/index.html6
-rw-r--r--www/styles/main-style.css1
2 files changed, 4 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html
index 9773747..933c72f 100644
--- a/www/index.html
+++ b/www/index.html
@@ -387,7 +387,7 @@
beginne...
</td>
<td colspan="3">
- <div class="progress"><div class="progress-bar" style="width: 0%;"></div></div>
+ <div class="progress"><div class="progress-bar"></div></div>
</td>
<td class="text-center">
<button class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span>&nbsp;&nbsp;Abbrechen</button>
@@ -408,7 +408,7 @@
beginne...
</td>
<td colspan="1">
- <div class="progress"><div class="progress-bar" style="width: 0%;"></div></div>
+ <div class="progress"><div class="progress-bar"></div></div>
</td>
<td class="text-center">
<button class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span>&nbsp;&nbsp;Abbrechen</button>
@@ -428,7 +428,7 @@
beginne...
</td>
<td colspan="5">
- <div class="progress"><div class="progress-bar" style="width: 0%;"></div></div>
+ <div class="progress"><div class="progress-bar"></div></div>
</td>
<td class="text-center">
<button class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span>&nbsp;&nbsp;Abbrechen</button>
diff --git a/www/styles/main-style.css b/www/styles/main-style.css
index 42a9efe..af38c79 100644
--- a/www/styles/main-style.css
+++ b/www/styles/main-style.css
@@ -46,6 +46,7 @@ body {
}
.progress-bar {
+ width: 0;
-webkit-transition: width .2s ease !important;
-o-transition: width .2s ease !important;
transition: width .2s ease !important;