From e4f6804cbb12fc53e763ed5f5b627d82dd0d53da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihan=20=C5=9Eent=C3=BCrk?= <53110792+CihanSenturk@users.noreply.github.com> Date: Mon, 3 Oct 2022 17:55:14 +0300 Subject: [PATCH] report print css updated --- public/css/print.css | 8 ++++++++ resources/views/components/reports/detail/table.blade.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/public/css/print.css b/public/css/print.css index 4497ec86b..951b93bd5 100644 --- a/public/css/print.css +++ b/public/css/print.css @@ -25,6 +25,10 @@ th, td margin-bottom: 9px; } +.print-report-padding { + padding-left: 25px; +} + html[dir='ltr'] .right-column { text-align: right; } @@ -63,6 +67,10 @@ html[dir='rtl'] .right-column { margin-bottom: 8px; } +.margin-bottom-12 { + margin: 12px 0; +} + .print-template .mt-1 { margin-top: 8px; diff --git a/resources/views/components/reports/detail/table.blade.php b/resources/views/components/reports/detail/table.blade.php index 2b97074c4..8f410ea3a 100644 --- a/resources/views/components/reports/detail/table.blade.php +++ b/resources/views/components/reports/detail/table.blade.php @@ -1,4 +1,4 @@ -