1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00
Files
seahub/media/css/spreadsheet_convert.css

14 lines
267 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;
2015-09-11 16:12:08 +08:00
border: 1px solid #ccc;
box-shadow: 0 0 6px #ccc;
2014-01-18 16:45:38 +08:00
margin: auto;
min-height: 500px;
2018-08-01 11:26:00 +08:00
}
@media (max-width: 991.98px){
#spreadsheet-container iframe {
width: 100%;
}
}