1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 15:23:05 +00:00
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;
};