1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-11 03:42:16 +00:00
seahub/media/css/spreadsheet_convert.css

9 lines
173 B
CSS
Raw Normal View History

2014-01-18 08:45:38 +00:00
#spreadsheet-container iframe {
2014-01-22 10:24:43 +00:00
width: 950px;
background:#fff;
2015-09-11 08:12:08 +00:00
border: 1px solid #ccc;
box-shadow: 0 0 6px #ccc;
2014-01-18 08:45:38 +00:00
margin: auto;
min-height: 500px;
2014-01-22 10:24:43 +00:00
};