ep_page_view/static/css/page_view.css
2012-11-28 19:10:30 +01:00

13 lines
No EOL
226 B
CSS

#editorcontainer.page_view {
overflow: hidden;
background-color: #f7f7f7;
text-align: center;
}
iframe.page_view {
border-radius: 5px;
border: 1px solid #ccc;
position: relative;
max-width: 850px;
top: 27px;
}