ep_page_view/static/css/iframe.css
John McLear aa7a6a5bd1 minors
2013-12-02 11:00:54 +00:00

47 lines
851 B
CSS

.pageBreak{
page-break-after: always;
-webkit-region-break-inside: avoid;
border-bottom: 1px dotted #AAA;
width:100%;
height:1px;
margin-left:-50px;
}
.pageBreakComputed{
page-break-after: always;
-webkit-region-break-inside: avoid;
border-bottom: 1px dotted #AAA;
margin:0px !important;
height:50px;
border-top:1px dotted #aaa;
background-color:#f7f7f7;
}
.outerPV{
left:0px !important;
width:850px !important;
margin:auto;
}
.outerBackground{
background-color:#f7f7f7 !important;
margin:none;
border:none;
}
.innerPV{
background-color:#fff;
border-radius: 5px 5px 0 0;
border: 1px solid #ccc;
border-width: 1px 1px 0 1px;
position: relative;
box-shadow: 10px 20px 40px 20px #ddd;
padding-right:0px !important;
}
.innerPVDiv{
margin-left:100px;
}
#innerdocbody > div{
margin-left:100px;
}