1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

[spreadsheet file view] improvement

This commit is contained in:
llj
2015-09-11 16:12:08 +08:00
parent 0f5472bdee
commit f43a5bda7a
3 changed files with 11 additions and 13 deletions

View File

@@ -1,10 +1,8 @@
#spreadsheet-container iframe {
width: 950px;
background:#fff;
border:none;
border: 1px solid #ccc;
box-shadow: 0 0 6px #ccc;
margin: auto;
min-height: 500px;
max-height: 1000px;
overflow: auto;
};