1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 08:16:07 +00:00
Files
seahub/media/css/spreadsheet_convert.css
2014-01-23 12:29:06 +08:00

11 lines
177 B
CSS

#spreadsheet-container iframe {
width: 950px;
background:#fff;
border:none;
margin: auto;
min-height: 500px;
max-height: 1000px;
overflow: auto;
};