CRM-12167: Start Implementation of Visibility per Price Option
[civicrm-core.git] / css / print.css
index 812c5a8bf084a87bacd7398fef8112103cf4aad4..99e8fab6fbf7173daacb3c3a31cb3ad975753105 100644 (file)
@@ -74,8 +74,9 @@ table.form-layout td, table.form-layout th {
    border-top       : 2px groove #DCDCDC;
 }
 
-#crm-container table.report-layout.page-break {
+#crm-container div.page-break {
   page-break-before: always;
+  height: 0;
 }
 
 #crm-container .report-label {
@@ -123,3 +124,8 @@ table.form-layout td, table.form-layout th {
     font-style       : italic;
     float            : right;
 }
+
+/* Fix for CRM-19869 */
+tr {
+    page-break-inside: avoid;
+}