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