Merge pull request #2653 from CihanSenturk/master

Report print.css updated
This commit is contained in:
Cüneyt Şentürk 2022-10-04 17:42:09 +03:00 committed by GitHub
commit 4e6988373c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 3 deletions

32
public/css/print.css vendored
View File

@ -67,8 +67,8 @@ html[dir='rtl'] .right-column {
margin-bottom: 8px; margin-bottom: 8px;
} }
.margin-bottom-12 { .margin-bottom-spacing {
margin: 12px 0; margin: 24px 0;
} }
.print-template .mt-1 .print-template .mt-1
@ -348,6 +348,10 @@ html[dir='rtl'] .text-right
text-align: left; text-align: left;
} }
.text-alignment-center {
text-align: center;
}
.text-center .text-center
{ {
text-align: center; text-align: center;
@ -424,6 +428,30 @@ html[dir='rtl'] .text-right
vertical-align: top; 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 { .w-image {
width: 70px; width: 70px;
} }

View File

@ -1,4 +1,4 @@
<div class="overflow-x-visible mb-8 margin-bottom-12"> <div class="overflow-x-visible mb-8 margin-bottom-spacing">
<table class="w-full rp-border-collapse"> <table class="w-full rp-border-collapse">
@include($class->views['detail.table.header']) @include($class->views['detail.table.header'])
@include($class->views['detail.table.body']) @include($class->views['detail.table.body'])