unnecessary classes deleted and styles updated
This commit is contained in:
@ -46,7 +46,7 @@
|
||||
|
||||
@stack('forgotten-password-start')
|
||||
<div class="mt-5 mb--4">
|
||||
<a href="{{ route('forgot') }}" class="text-white"><small class="forgot-text">{{ trans('auth.forgot_password') }}</small></a>
|
||||
<a href="{{ route('forgot') }}" class="text-white"><small>{{ trans('auth.forgot_password') }}</small></a>
|
||||
</div>
|
||||
@stack('forgotten-password-end')
|
||||
{!! Form::close() !!}
|
||||
|
@ -80,7 +80,7 @@
|
||||
:format="'yyyy-MM-dd'"
|
||||
value-format="yyyy-MM-dd"
|
||||
@change="onChangeFilterDate"
|
||||
range-separator="{{ trans('general.to')}}"
|
||||
range-separator=">>"
|
||||
start-placeholder="{{ trans('general.start_date')}}"
|
||||
end-placeholder="{{ trans('general.end_date')}}"
|
||||
:picker-options="{
|
||||
|
@ -22,7 +22,7 @@
|
||||
<div class="card-footer">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<a href="{{ url($back) }}" class="btn btn-white btn-sm header-button-top"><span class="fas fa-arrow-left"></span> {{ trans('modules.back') }}</a>
|
||||
<a href="{{ url($back) }}" class="btn btn-white header-button-top"><span class="fas fa-arrow-left"></span> {{ trans('modules.back') }}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -35,7 +35,7 @@
|
||||
<div class="col-md-6">
|
||||
@if ($payment->description)
|
||||
<p class="form-control-label">{{ trans('general.description') }}</p>
|
||||
<p class="form-control text-muted long-texts">{{ $payment->description }}</p>
|
||||
<p class="text-muted long-texts">{{ $payment->description }}</p>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
@ -49,19 +49,19 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
<table class="table align-items-center table-flush">
|
||||
<table class="table table-flush table-hover">
|
||||
<thead class="thead-light">
|
||||
<tr class="row table-head-line">
|
||||
<th class="col-xs-4 col-md-4 text-left">{{ trans('general.amount') }}</th>
|
||||
<th class="col-xs-4 col-md-4 text-left">{{ trans_choice('general.payment_methods', 1) }}</th>
|
||||
<th class="col-xs-4 col-md-4 text-right long-texts">{{ trans('general.description') }}</th>
|
||||
<th class="col-xs-4 col-sm-2 text-right">{{ trans('general.amount') }}</th>
|
||||
<th class="col-xs-4 col-sm-3 text-left">{{ trans_choice('general.payment_methods', 1) }}</th>
|
||||
<th class="col-xs-4 col-sm-7 text-left long-texts">{{ trans('general.description') }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="row border-top-1">
|
||||
<td class="col-xs-4 col-md-4 text-left">@money($payment->amount, $payment->currency_code, true)</td>
|
||||
<td class="col-xs-4 col-md-4 text-left">{{ $payment_methods[$payment->payment_method] }}</td>
|
||||
<td class="col-xs-4 col-md-4 text-right long-texts">{{ $payment->description }}</td>
|
||||
<tr class="row border-top-1 tr-py">
|
||||
<td class="col-xs-4 col-sm-2 text-right">@money($payment->amount, $payment->currency_code, true)</td>
|
||||
<td class="col-xs-4 col-sm-3 text-left">{{ $payment_methods[$payment->payment_method] }}</td>
|
||||
<td class="col-xs-4 col-sm-7 text-left long-texts">{{ $payment->description }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -36,7 +36,7 @@
|
||||
<thead class="thead-light">
|
||||
<tr class="d-flex flex-nowrap">
|
||||
@stack('actions_th_start')
|
||||
<th class="col-md-1 action-column border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
||||
<th class="col-md-1 border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
||||
@stack('actions_th_end')
|
||||
|
||||
@stack('name_th_start')
|
||||
@ -65,7 +65,7 @@
|
||||
|
||||
@stack('add_item_td_start')
|
||||
<tr class="row" id="addItem">
|
||||
<td class="col-md-1 action-column border-right-0 border-bottom-0">
|
||||
<td class="col-md-1 border-right-0 border-bottom-0">
|
||||
<button type="button" @click="onAddItem" id="button-add-item" data-toggle="tooltip" title="{{ trans('general.add') }}" class="btn btn-icon btn-outline-success btn-lg" data-original-title="{{ trans('general.add') }}"><i class="fa fa-plus"></i>
|
||||
</button>
|
||||
</td>
|
||||
|
@ -37,7 +37,7 @@
|
||||
<thead class="thead-light">
|
||||
<tr class="d-flex flex-nowrap">
|
||||
@stack('actions_th_start')
|
||||
<th class="col-md-1 action-column border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
||||
<th class="col-md-1 border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
||||
@stack('actions_th_end')
|
||||
|
||||
@stack('name_th_start')
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
@stack('add_item_td_start')
|
||||
<tr class="row" id="addItem">
|
||||
<td class="col-md-1 action-column border-right-0 border-bottom-0">
|
||||
<td class="col-md-1 border-right-0 border-bottom-0">
|
||||
<button type="button" @click="onAddItem" id="button-add-item" data-toggle="tooltip" title="{{ trans('general.add') }}" class="btn btn-icon btn-outline-success btn-lg" data-original-title="{{ trans('general.add') }}"><i class="fa fa-plus"></i>
|
||||
</button>
|
||||
</td>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<tr class="d-flex flex-nowrap" v-for="(row, index) in form.items"
|
||||
:index="index">
|
||||
@stack('actions_td_start')
|
||||
<td class="col-md-1 action-column border-right-0 border-bottom-0">
|
||||
<td class="col-md-1 border-right-0 border-bottom-0">
|
||||
@stack('actions_button_start')
|
||||
<button type="button"
|
||||
@click="onDeleteItem(index)"
|
||||
|
@ -448,7 +448,7 @@
|
||||
@stack('button_print_end')
|
||||
|
||||
@stack('button_group_start')
|
||||
<div class="dropup">
|
||||
<div class="dropup header-drop-top">
|
||||
<button type="button" class="btn btn-primary header-button-top" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-chevron-up"></i> {{ trans('general.more_actions') }}</button>
|
||||
<div class="dropdown-menu" role="menu">
|
||||
@stack('button_pay_start')
|
||||
|
@ -64,7 +64,7 @@
|
||||
effect="success"
|
||||
:open-delay="100"
|
||||
placement="top">
|
||||
<span class="badge badge-dot pl-2">
|
||||
<span class="badge badge-dot pl-2 h-0">
|
||||
<i class="bg-success"></i>
|
||||
</span>
|
||||
</el-tooltip>
|
||||
@ -73,7 +73,7 @@
|
||||
effect="info"
|
||||
:open-delay="100"
|
||||
placement="top">
|
||||
<span class="badge badge-dot pl-2">
|
||||
<span class="badge badge-dot pl-2 h-0">
|
||||
<i class="bg-info"></i>
|
||||
</span>
|
||||
</el-tooltip>
|
||||
|
@ -36,7 +36,7 @@
|
||||
<thead class="thead-light">
|
||||
<tr class="d-flex flex-nowrap">
|
||||
@stack('actions_th_start')
|
||||
<th class="col-md-1 action-column border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
||||
<th class="col-md-1 border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
||||
@stack('actions_th_end')
|
||||
|
||||
@stack('name_th_start')
|
||||
@ -65,7 +65,7 @@
|
||||
|
||||
@stack('add_item_td_start')
|
||||
<tr class="row" id="addItem">
|
||||
<td class="col-md-1 action-column border-right-0 border-bottom-0">
|
||||
<td class="col-md-1 border-right-0 border-bottom-0">
|
||||
<button type="button" @click="onAddItem" id="button-add-item" data-toggle="tooltip" title="{{ trans('general.add') }}" class="btn btn-icon btn-outline-success btn-lg" data-original-title="{{ trans('general.add') }}"><i class="fa fa-plus"></i>
|
||||
</button>
|
||||
</td>
|
||||
|
@ -37,7 +37,7 @@
|
||||
<thead class="thead-light">
|
||||
<tr class="d-flex flex-nowrap">
|
||||
@stack('actions_th_start')
|
||||
<th class="col-md-1 action-column border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
||||
<th class="col-md-1 border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
||||
@stack('actions_th_end')
|
||||
|
||||
@stack('name_th_start')
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
@stack('add_item_td_start')
|
||||
<tr class="row" id="addItem">
|
||||
<td class="col-md-1 action-column border-right-0 border-bottom-0">
|
||||
<td class="col-md-1 border-right-0 border-bottom-0">
|
||||
<button type="button" @click="onAddItem" id="button-add-item" data-toggle="tooltip" title="{{ trans('general.add') }}" class="btn btn-icon btn-outline-success btn-lg" data-original-title="{{ trans('general.add') }}"><i class="fa fa-plus"></i>
|
||||
</button>
|
||||
</td>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<tr class="d-flex flex-nowrap" v-for="(row, index) in form.items"
|
||||
:index="index">
|
||||
@stack('actions_td_start')
|
||||
<td class="col-md-1 action-column border-right-0 border-bottom-0">
|
||||
<td class="col-md-1 border-right-0 border-bottom-0">
|
||||
@stack('actions_button_start')
|
||||
<button type="button"
|
||||
@click="onDeleteItem(index)"
|
||||
|
@ -480,7 +480,7 @@
|
||||
@stack('button_share_end')
|
||||
|
||||
@stack('button_group_start')
|
||||
<div class="dropup">
|
||||
<div class="dropup header-drop-top">
|
||||
<button type="button" class="btn btn-primary header-button-top" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-chevron-up"></i> {{ trans('general.more_actions') }}</button>
|
||||
<div class="dropdown-menu" role="menu">
|
||||
@stack('button_pay_start')
|
||||
|
@ -65,7 +65,7 @@
|
||||
effect="success"
|
||||
:open-delay="100"
|
||||
placement="top">
|
||||
<span class="badge badge-dot pl-2">
|
||||
<span class="badge badge-dot pl-2 h-0">
|
||||
<i class="bg-success"></i>
|
||||
</span>
|
||||
</el-tooltip>
|
||||
@ -74,7 +74,7 @@
|
||||
effect="info"
|
||||
:open-delay="100"
|
||||
placement="top">
|
||||
<span class="badge badge-dot pl-2">
|
||||
<span class="badge badge-dot pl-2 h-0">
|
||||
<i class="bg-info"></i>
|
||||
</span>
|
||||
</el-tooltip>
|
||||
|
Reference in New Issue
Block a user