diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-12-27 21:37:48 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-12-27 21:37:48 +0100 |
commit | 2e2cb3e768c86c6f8984f331d467fa60be8536f0 (patch) | |
tree | f8c476498b7f2120364f32a2202cd465afce549e /module/web/templates/default | |
parent | added content to progress popover (diff) | |
download | pyload-2e2cb3e768c86c6f8984f331d467fa60be8536f0.tar.xz |
button for progress popover
Diffstat (limited to 'module/web/templates/default')
-rw-r--r-- | module/web/templates/default/base.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index a0f7aaa05..e4210ec8b 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -79,8 +79,10 @@ </div>
<div id="progress-area" style="margin-top: 16px">
+ No running tasks
+ <i class="icon-white icon-tasks pull-right"></i>
<div class="progress" id="globalprogress">
- <div class="bar" style="width: 48%">downloading... (48%)</div>
+ <div class="bar" style="width: 48%">48%</div>
</div>
{# <div>#}
@@ -92,8 +94,7 @@ <div class="popover-inner">
<h3 class="popover-title">
Running...
- <button type="button" class="close" data-dismiss="popover"
- aria-hidden="true">×</button>
+ <button type="button" class="close" aria-hidden="true">×</button>
</h3>
<div class="popover-content">
<ul class="progress-list">
@@ -112,7 +113,7 @@ Some Download
<span class="pull-right">YouTube</span>
<div class="progress">
- <div class="bar" style="width: 25%"></div>
+ <div class="bar" style="width: 45%"></div>
</div>
20 Kb of 23 MB (500 kb/s)
<span class="pull-right">
|