mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-16 03:04:53 -04:00
Fix loader styling
This commit is contained in:
parent
8fb8f0d3b6
commit
8a6b3c90e2
2 changed files with 5 additions and 1 deletions
|
@ -127,6 +127,10 @@ td, th {
|
||||||
bottom: 50px;
|
bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#progress img {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
.settings {
|
.settings {
|
||||||
outline: none;
|
outline: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
<li><a href="plugins/info">Troubleshooting information</a> </li>
|
<li><a href="plugins/info">Troubleshooting information</a> </li>
|
||||||
<% e.end_block(); %>
|
<% e.end_block(); %>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="progress"><img src="../static/img/loading.gif" alt=""/> <span class="message"></span></div>
|
<div id="progress"><img src="../static/img/loading.gif"> <span class="message"></span></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="innerwrapper">
|
<div class="innerwrapper">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue