mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-18 07:50:12 +02:00
Display animated GIF while recording
This commit is contained in:
parent
08f4fc2cf9
commit
f715850766
2 changed files with 7 additions and 1 deletions
|
@ -70,6 +70,12 @@ body {
|
|||
}
|
||||
|
||||
|
||||
#spinner {
|
||||
text-align: center;
|
||||
margin-top: 25%;
|
||||
}
|
||||
|
||||
|
||||
#recordings tfoot tr {
|
||||
height: 24px;
|
||||
}
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="spinner" class="hidden">
|
||||
<p>TODO: Spinner</p>
|
||||
<img src="../../../resources/icons/loadingDark.gif" />
|
||||
</div>
|
||||
<div id="record-controls">
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue