Merge pull request #3901 from eileenmcnaughton/CRM-15168
[civicrm-core.git] / css / print.css
index f1d4451f83aab4c4b88cb051795fd4e79146926d..8a8b2d3248ef044a47347194c5b632e6e9415283 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,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;