diff --git a/public/css/print.css b/public/css/print.css index 951b93bd5..8a9655a83 100644 --- a/public/css/print.css +++ b/public/css/print.css @@ -67,8 +67,8 @@ html[dir='rtl'] .right-column { margin-bottom: 8px; } -.margin-bottom-12 { - margin: 12px 0; +.margin-bottom-spacing { + margin: 24px 0; } .print-template .mt-1 @@ -348,6 +348,10 @@ html[dir='rtl'] .text-right text-align: left; } +.text-alignment-center { + text-align: center; +} + .text-center { text-align: center; @@ -424,6 +428,30 @@ html[dir='rtl'] .text-right vertical-align: top; } +.col-w-2 { + width: 16.6666666667%; +} + +.col-w-4 { + width: 33.3333333333%; +} + +.col-w-6 { + width: 50%; +} + +.col-w-8 { + width: 66.6666666667%; +} + +.col-w-10 { + width: 83.3333333333%; +} + +.col-w-12 { + width: 50%; +} + .w-image { width: 70px; } diff --git a/resources/views/components/reports/detail/table.blade.php b/resources/views/components/reports/detail/table.blade.php index 8f410ea3a..474f5834d 100644 --- a/resources/views/components/reports/detail/table.blade.php +++ b/resources/views/components/reports/detail/table.blade.php @@ -1,4 +1,4 @@ -
+
@include($class->views['detail.table.header']) @include($class->views['detail.table.body'])