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
2015-09-11 16:12:08 +08:00

9 lines
173 B
CSS

#spreadsheet-container iframe {
width: 950px;
background:#fff;
border: 1px solid #ccc;
box-shadow: 0 0 6px #ccc;
margin: auto;
min-height: 500px;
};