1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-12 12:22:13 +00:00

[excel view] improved ui

This commit is contained in:
llj 2014-01-22 18:24:43 +08:00
parent 378faa9594
commit cb1530a0d7
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
#spreadsheet-container iframe { #spreadsheet-container iframe {
width: 950px;
background:#fff;
border:none;
margin: auto; margin: auto;
max-width: 800px;
min-height: 500px; min-height: 500px;
max-height: 1000px; max-height: 1000px;
overflow: auto; overflow: auto;

View File

@ -1,5 +1,5 @@
{% load i18n %} {% load i18n %}
<div id="convert-loading"> <div id="convert-loading" class="alc">
<img src="{{ MEDIA_URL }}img/loading-icon.gif" alt="" class="vam" /> <img src="{{ MEDIA_URL }}img/loading-icon.gif" alt="" class="vam" />
<span class="loading-text vam">{% trans "The file is being processed, please wait..." %}</span> <span class="loading-text vam">{% trans "The file is being processed, please wait..." %}</span>
</div> </div>