summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default
diff options
context:
space:
mode:
authorGravatar mariusbaumann <baumann.marius@gmail.com> 2015-04-05 14:36:56 +0200
committerGravatar mariusbaumann <baumann.marius@gmail.com> 2015-04-05 14:36:56 +0200
commitfe9f074bffb1b03378ba5a52c689524edfb2121a (patch)
tree7e512af1cdbaaae4db438ead57273e24b5f699e7 /module/web/templates/default
parentMerge remote-tracking branch 'origin/stable' into stable (diff)
downloadpyload-fe9f074bffb1b03378ba5a52c689524edfb2121a.tar.xz
Recreated the chhanges of pr/2 m4xcube
because of a git-merging problem, i have manualy changed the things of pr/2 from m4xcube. The changes now be clean at stable of pullrequest #1006
Diffstat (limited to 'module/web/templates/default')
-rw-r--r--module/web/templates/default/queue.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/module/web/templates/default/queue.html b/module/web/templates/default/queue.html
index 62d0be777..90648d4f5 100644
--- a/module/web/templates/default/queue.html
+++ b/module/web/templates/default/queue.html
@@ -52,15 +52,15 @@ document.addEvent("domready", function(){
</div>
{% set progress = (package.linksdone * 100) / package.linkstotal %}
- <div id="progress" class="progress" style="float:left; width: 50%; margin-top: -5px;">
- <div class="progress-bar" role="progressbar" style="width: {{ progress }}%; height: 100%;">
- <label>
- {{ package.linksdone }} / {{ package.linkstotal }}</label>
+ <div id="progress" class="progress" style="float:left; width: 50%; margin-top: -5px; color:#fff; font-weight: 700; font-size:12px;">
+ <div class="progress-bar" role="progressbar" style="width: {{ progress }}%; height: 100%; position: relative; z-index: 1;">
+ <label>{{ package.linksdone }} / {{ package.linkstotal }}</label>
</div>
- <label style="padding-right: 5px ;float: right;">
- {{ package.sizedone|formatsize }} / {{ package.sizetotal|formatsize }}</label>
+ <label style="right: 30px; position: absolute; z-index: 2; color:#fff;">
+ {{ package.sizedone|formatsize }} / {{ package.sizetotal|formatsize }}</label>
</div>
<div style="clear: both; margin-bottom: -10px"></div>
+
<div id="children_{{package.pid}}" style="display: none; margin-bottom: 15px;" class="children">
<span class="child_secrow" style="margin-bottom: 30px; margin-top: 5px;">{{_("Folder:")}} <span class="folder">{{package.folder}}</span> | {{_("Password:")}} <span class="password">{{package.password}}</span></span>