forked from External/greenlight
loading inidicator
This commit is contained in:
parent
25bccb7699
commit
445de38860
Binary file not shown.
After Width: | Height: | Size: 673 B |
|
@ -12,6 +12,10 @@
|
|||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
.loading-wrapper {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.rooms {
|
||||
|
|
|
@ -5,7 +5,11 @@
|
|||
<small>
|
||||
<%= t('wait_for_mod_explanation') %>
|
||||
</small>
|
||||
|
||||
<% end %>
|
||||
|
||||
<%= render layout: 'shared/center_panel' do %>
|
||||
<div class="loading-wrapper">
|
||||
<%= image_tag "loading-indicator.gif", :alt => "" %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in New Issue