Fix loader styling
parent
8fb8f0d3b6
commit
8a6b3c90e2
|
@ -127,6 +127,10 @@ td, th {
|
|||
bottom: 50px;
|
||||
}
|
||||
|
||||
#progress img {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.settings {
|
||||
outline: none;
|
||||
width: 100%;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<li><a href="plugins/info">Troubleshooting information</a> </li>
|
||||
<% e.end_block(); %>
|
||||
</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 class="innerwrapper">
|
||||
|
|
Loading…
Reference in New Issue