X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fprint.css;h=0eb326d7fe5534baf41f59b6a07e14ae75e41bd6;hb=fe4e0f385ebfcc5e69d812c0c659bfda62c5cbc4;hp=f1d4451f83aab4c4b88cb051795fd4e79146926d;hpb=389d11ec7b65de1b7c1b88ed030394c707439118;p=civicrm-core.git diff --git a/css/print.css b/css/print.css index f1d4451f83..0eb326d7fe 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,11 @@ table.form-layout td, table.form-layout th { border-top : 2px groove #DCDCDC; } +#crm-container div.page-break { + page-break-before: always; + height: 0; +} + #crm-container .report-label { text-align : right; font-weight : bold;