diff options
author | Peter Grassberger <petertheone@gmail.com> | 2015-12-01 18:41:05 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2015-12-01 18:41:05 (GMT) |
commit | 17c7d3a6f0f7c511dfc8c008e7be19d44c883396 (patch) | |
tree | b4d26a32a04e7ecce0740480fb6ae15266fdd260 /www/index.html | |
parent | 68c56c028f3b4b35998f788906420d16533cf6bc (diff) |
jingle: fix progress bar style
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index 4af12a1..071e96c 100644 --- a/www/index.html +++ b/www/index.html @@ -184,6 +184,19 @@ </thead> <tbody> </tbody> + <tfoot> + <tr class="progressBar hidden"> + <td class="file-bytes"> + - + </td> + <td> + <div class="progress"><div class="bar" style="width: 0%;"></div></div> + </td> + <td> + <button class="btn btn-danger btn-mini"><i class="icon-remove icon-white"></i> Abbrechen</button> + </td> + </tr> + </tfoot> </table> <button class="uploadButton btn btn-success btn"><i class="icon-upload icon-white"></i> Importieren</button> </div> |