report print updated

This commit is contained in:
batuhanbas
2020-01-18 18:45:40 +03:00
parent c2719dcbca
commit 1337664841
9 changed files with 39 additions and 31 deletions

20
public/css/print.css vendored
View File

@@ -348,13 +348,25 @@ th, td {
*/
.rp-border-top-1 {
border-top: 1px solid #3c3f72;
border-top: 1px solid #e5e5e5;
}
.rp-border-bottom-1 {
border-bottom: 1px solid #3c3f72;
border-bottom: 1px solid #e5e5e5;
}
.rp-border-top-1 {
border-top: 1px solid #e5e5e5;
}
.rp-border-0 {
border: 0 !important;
}
.rp-border-collapse
{
border-collapse: collapse;
}
.rp-float-left {
float: left;
@@ -371,7 +383,3 @@ th, td {
=========================================================
*/