Related to #80

This commit is dedicated to Jean-Yves Toumit, who is supporting me with Ğ1.
Many thanks :-)
This commit is contained in:
Luc Didry 2017-11-27 19:51:36 +01:00
parent 7c8ac69ffe
commit d4ac8f678d
3 changed files with 8 additions and 2 deletions

View File

@ -102,3 +102,9 @@ a.classic:focus {
.files-buttons a {
margin-bottom: 10px;
}
#pb {
width: 0;
}
.no_border {
border: 0;
}

View File

@ -87,7 +87,7 @@
<%= content %>
</div>
% if (defined(config('piwik_img'))) {
<img src="<%== config('piwik_img') %>" style="border:0" alt="" />
<img src="<%== config('piwik_img') %>" class="no_border" alt="" />
% }
%= javascript '/js/materialize.js'
%= javascript begin

View File

@ -33,7 +33,7 @@
<p id="please-wait"><%= l('Please wait while we are getting your file. We first need to download and decrypt all parts before you can get it.') %></p>
<p id="loading"></p>
<div class="progress" id="pbd">
<div id="pb" class="determinate" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0;">
<div id="pb" class="determinate" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100">
<span id="pbt" class="sr-only">0%</span>
</div>
</div>