1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00
Files
seahub/media/css/spreadsheet_convert.css

11 lines
177 B
CSS
Raw Normal View History

2014-01-18 16:45:38 +08:00
#spreadsheet-container iframe {
2014-01-22 18:24:43 +08:00
width: 950px;
background:#fff;
border:none;
2014-01-18 16:45:38 +08:00
margin: auto;
min-height: 500px;
max-height: 1000px;
overflow: auto;
2014-01-22 18:24:43 +08:00
};