diff --git a/public/css/custom.css b/public/css/custom.css index 3b5652bea..b4ec01cfa 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -655,6 +655,15 @@ table .align-items-center td span.badge { margin-bottom: -1rem; } + #header .header-body .btn, + .save-buttons .btn { + width: 100%; + height: 40px; + font-size: 0.875rem; + padding: 0.425rem 1.25rem; + margin-top: 16px; + } + .header-button-top { width: 100%; height: 40px; @@ -723,6 +732,10 @@ table .align-items-center td span.badge { .save-buttons { float: none !important; } + + input[type=hidden].form-control.datepicker.input { + display: none; + } } /*--Xs Breakpoint Finish--*/ diff --git a/resources/views/components/documents/show/timeline.blade.php b/resources/views/components/documents/show/timeline.blade.php index 62175c191..e92cb60fb 100644 --- a/resources/views/components/documents/show/timeline.blade.php +++ b/resources/views/components/documents/show/timeline.blade.php @@ -31,7 +31,7 @@ @stack('timeline_create_body_button_edit_start') @if (!$hideButtonEdit) @can($permissionUpdate) - + {{ trans('general.edit') }} @endcan @@ -74,11 +74,11 @@ @if (!$hideButtonSent) @can($permissionUpdate) @if($document->status == 'draft') - + {{ trans($textTimelineSentStatusMarkSent) }} @else - @endif @@ -90,11 +90,11 @@ @if (!$hideButtonReceived) @can($permissionUpdate) @if ($document->status == 'draft') - + {{ trans($textTimelineSentStatusReceived) }} @else - @endif @@ -125,12 +125,12 @@ @stack('timeline_sent_body_button_email_start') @if (!$hideButtonEmail) @if($document->contact_email) - + {{ trans($textTimelineSendStatusMail) }} @else - @@ -141,7 +141,7 @@ @stack('timeline_sent_body_button_share_start') @if (!$hideButtonShare) @if ($document->status != 'cancelled') - + {{ trans('general.share') }} @endif diff --git a/resources/views/install/updates/index.blade.php b/resources/views/install/updates/index.blade.php index 44c34afe1..2cfbf43f4 100644 --- a/resources/views/install/updates/index.blade.php +++ b/resources/views/install/updates/index.blade.php @@ -24,7 +24,7 @@
- + {{ trans('updates.update', ['version' => $core]) }}