CRM-18568 remove flawed tests.
[civicrm-core.git] / css / print.css
index eeb01a4f34fee08e3144187d34efcf7ef8e7804e..0eb326d7fe5534baf41f59b6a07e14ae75e41bd6 100644 (file)
@@ -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,8 +74,9 @@ table.form-layout td, table.form-layout th {
    border-top       : 2px groove #DCDCDC;
 }
 
-#crm-container table.report-layout tr.crm-report-sectionHeader.page-break {
+#crm-container div.page-break {
   page-break-before: always;
+  height: 0;
 }
 
 #crm-container .report-label {