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