ep_page_view/static/css/page_view.css
2013-12-04 20:43:38 +00:00

28 lines
403 B
CSS

@media (min-width: 860px) {
#editorcontainer.page_view {
overflow: hidden;
background-color: #f7f7f7;
text-align: center;
top:37px;
}
#editorcontainerbox{
background-color:#f7f7f7;
}
#editorloadingbox{
margin-top:100px;
}
iframe.page_view {
/*
border-radius: 5px 5px 0 0;
border: 1px solid #ccc;
border-width: 1px 1px 0 1px;
position: relative;
*/
/* max-width: 850px;*/
}
}