X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=css%2Fprint.css;h=8a8b2d3248ef044a47347194c5b632e6e9415283;hb=f1c68f3ebca3bacc6ac1f3b8a8effcf95a5e20bf;hp=f1d4451f83aab4c4b88cb051795fd4e79146926d;hpb=7791c05ff3b621589d135f3a01189d7f0a563db9;p=civicrm-core.git diff --git a/css/print.css b/css/print.css index f1d4451f83..8a8b2d3248 100644 --- a/css/print.css +++ b/css/print.css @@ -1,7 +1,7 @@ /* CiviCRM Print Media Stylesheet */ /* Hide any buttons or other form items when printing*/ -#crm-container .buttons, #crm-container .crm-submit-buttons, #crm-container .crm-actions-ribbon, #crm-container .form-submit { +#crm-container .buttons, #crm-container .crm-submit-buttons, #crm-container .crm-actions-ribbon, #crm-container .crm-form-submit { display: none; } @@ -74,6 +74,10 @@ table.form-layout td, table.form-layout th { border-top : 2px groove #DCDCDC; } +#crm-container table.report-layout tr.crm-report-sectionHeader.page-break { + page-break-before: always; +} + #crm-container .report-label { text-align : right; font-weight : bold;