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;
|
2013-12-01 23:10:12 +00:00
|
|
|
padding-top: 16px;
|
2012-11-28 18:10:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
iframe.page_view {
|
2013-12-01 23:10:12 +00:00
|
|
|
/*
|
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;
|
2013-12-01 23:10:12 +00:00
|
|
|
*/
|
|
|
|
|
/* max-width: 850px;*/
|
2012-11-30 18:09:38 +00:00
|
|
|
}
|
|
|
|
|
|
2013-12-01 23:10:12 +00:00
|
|
|
}
|