1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-11 20:01:40 +00:00
seahub/media/css/spreadsheet_convert.css

14 lines
267 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;
2018-08-01 03:26:00 +00:00
}
@media (max-width: 991.98px){
#spreadsheet-container iframe {
width: 100%;
}
}