Merge pull request #2653 from CihanSenturk/master
Report print.css updated
This commit is contained in:
commit
4e6988373c
32
public/css/print.css
vendored
32
public/css/print.css
vendored
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user