mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Add a progress and a text and put it in a shortcode
This commit is contained in:
parent
83d814536d
commit
e2e73eecbd
@ -328,4 +328,4 @@ draft: false
|
||||
<div id="graph_div"></div>
|
||||
</table>
|
||||
</div>
|
||||
<div class="modal"></div>
|
||||
{{< waitModal >}}
|
@ -200,4 +200,4 @@ draft: false
|
||||
</table>
|
||||
</div>
|
||||
</p>
|
||||
<div class="modal"></div>
|
||||
{{< waitModal >}}
|
7
layouts/shortcodes/waitModal.html
Normal file
7
layouts/shortcodes/waitModal.html
Normal file
@ -0,0 +1,7 @@
|
||||
<div class="modal">
|
||||
<div class="content">
|
||||
<span>Please Wait…</span>
|
||||
<br/>
|
||||
<progress></progress>
|
||||
</div>
|
||||
</div>
|
@ -27,4 +27,11 @@ body.loading .modal {
|
||||
body.loading .modal {
|
||||
display: block;
|
||||
cursor: wait
|
||||
}
|
||||
.modal .content {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
Loading…
Reference in New Issue
Block a user