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:
parent
378faa9594
commit
cb1530a0d7
@ -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;
|
||||
};
|
||||
};
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user