From cf27f79e31db14581ebd1438d1987653b87df095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Tue, 19 Jan 2021 18:32:26 +0300 Subject: [PATCH] recurring message styling.. --- public/css/custom.css | 2 ++ .../show/recurring-message.blade.php | 32 ++++++++----------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index d3860658c..59da1def7 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -1369,6 +1369,7 @@ table .align-items-center td span.badge { width: 135px; text-align: right; } + .item-select-info-description, .item-select-info-name { width: 710px; display: block; @@ -1408,6 +1409,7 @@ table .align-items-center td span.badge { margin-left: 45%; } /* Document Loading Finish */ + /* Custom File stype Start */ .form-file { width: 100%; diff --git a/resources/views/components/documents/show/recurring-message.blade.php b/resources/views/components/documents/show/recurring-message.blade.php index d756debc8..04e36c01d 100644 --- a/resources/views/components/documents/show/recurring-message.blade.php +++ b/resources/views/components/documents/show/recurring-message.blade.php @@ -1,25 +1,21 @@ @stack('recurring_message_start') @if (($recurring = $document->recurring) && ($next = $recurring->getNextRecurring())) -
+
-
-
-
-
- @stack('recurring_message_head_start') -
{{ trans('recurring.recurring') }}
- @stack('recurring_message_head_end') -
- - @stack('recurring_message_body_start') -

{{ trans('recurring.message', [ - 'type' => mb_strtolower(trans_choice($textRecurringType, 1)), - 'date' => $next->format($date_format) - ]) }} -

- @stack('recurring_message_body_end') -
+