ep_page_view/static/css/page_view.css

20 lines
297 B
CSS
Raw Normal View History

2012-11-30 18:09:38 +00:00
@media (min-width: 860px) {
2012-11-28 18:10:30 +00:00
#editorcontainer.page_view {
overflow: hidden;
background-color: #f7f7f7;
text-align: center;
}
iframe.page_view {
/*
2012-11-30 17:52:29 +00:00
border-radius: 5px 5px 0 0;
2012-11-28 18:10:30 +00:00
border: 1px solid #ccc;
2012-11-30 17:52:29 +00:00
border-width: 1px 1px 0 1px;
2012-11-28 18:10:30 +00:00
position: relative;
*/
/* max-width: 850px;*/
2012-11-30 18:09:38 +00:00
}
}