1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-12 04:12:16 +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,8 +1,10 @@
#spreadsheet-container iframe {
width: 950px;
background:#fff;
border:none;
margin: auto;
max-width: 800px;
min-height: 500px;
max-height: 1000px;
overflow: auto;
};
};

View File

@ -1,5 +1,5 @@
{% load i18n %}
<div id="convert-loading">
<div id="convert-loading" class="alc">
<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>
</div>