Related to #80
This commit is dedicated to Jean-Yves Toumit, who is supporting me with Ğ1. Many thanks :-)
This commit is contained in:
parent
7c8ac69ffe
commit
d4ac8f678d
|
@ -102,3 +102,9 @@ a.classic:focus {
|
||||||
.files-buttons a {
|
.files-buttons a {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
#pb {
|
||||||
|
width: 0;
|
||||||
|
}
|
||||||
|
.no_border {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
<%= content %>
|
<%= content %>
|
||||||
</div>
|
</div>
|
||||||
% if (defined(config('piwik_img'))) {
|
% 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 '/js/materialize.js'
|
||||||
%= javascript begin
|
%= javascript begin
|
||||||
|
|
|
@ -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="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>
|
<p id="loading"></p>
|
||||||
<div class="progress" id="pbd">
|
<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>
|
<span id="pbt" class="sr-only">0%</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue