ep_page_view/static/css/page_view.css

17 lines
240 B
CSS
Raw Normal View History

2013-11-20 13:16:38 +00:00
@media (min-width: 1060px) {
2012-11-30 18:09:38 +00:00
2012-11-28 18:10:30 +00:00
#editorcontainer.page_view {
overflow: hidden;
background-color: #f7f7f7;
text-align: center;
2013-12-04 20:43:38 +00:00
top:37px;
}
#editorcontainerbox{
background-color:#f7f7f7;
}
#editorloadingbox{
margin-top:100px;
2012-11-28 18:10:30 +00:00
}