mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
editor: UI polish - Etherpad brand as reconnect & loading animation
This commit is contained in:
parent
6023117d29
commit
086b59b30d
4 changed files with 77 additions and 3 deletions
|
@ -100,6 +100,7 @@
|
|||
<% e.end_block(); %>
|
||||
<% e.begin_block("loading"); %>
|
||||
<p data-l10n-id="pad.loading" id="loading" class="editorloadingbox-message">
|
||||
<img src='../static/img/brand.svg' class='etherpadBrand'><br/>
|
||||
Loading...
|
||||
</p>
|
||||
<% e.end_block(); %>
|
||||
|
@ -237,7 +238,9 @@
|
|||
</div>
|
||||
<div class="reconnecting">
|
||||
<h1 data-l10n-id="pad.modals.reconnecting"></h1>
|
||||
<i class='buttonicon buttonicon-spin5 icon-spin'></i>
|
||||
<i class='buttonicon buttonicon-spin5 icon-spin'>
|
||||
<img src='../static/img/brand.svg' class='etherpadBrand'><br/>
|
||||
</i>
|
||||
</div>
|
||||
<div class="userdup">
|
||||
<h1 data-l10n-id="pad.modals.userdup"></h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue