Fix loader styling

This commit is contained in:
0ip 2013-02-09 21:29:11 +01:00
parent 8fb8f0d3b6
commit 8a6b3c90e2
2 changed files with 5 additions and 1 deletions

View File

@ -127,6 +127,10 @@ td, th {
bottom: 50px;
}
#progress img {
vertical-align: top;
}
.settings {
outline: none;
width: 100%;

View File

@ -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=""/>&nbsp;&nbsp;<span class="message"></span></div>
<div id="progress"><img src="../static/img/loading.gif">&nbsp;&nbsp;<span class="message"></span></div>
</div>
<div class="innerwrapper">