styling
This commit is contained in:
		| @@ -36,11 +36,11 @@ | ||||
|                     <thead class="thead-light"> | ||||
|                         <tr class="row table-head-line"> | ||||
|                             <th class="col-sm-2 col-md-2 col-lg-1 col-xl-1 d-none d-sm-block">{{ Form::bulkActionAllGroup() }}</th> | ||||
|                             <th class="col-xs-4 col-sm-4 col-md-3 col-lg-2 col-xl-1">@sortablelink('paid_at', trans('general.date'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow'])</th> | ||||
|                             <th class="col-xs-4 col-sm-4 col-md-3 col-lg-1 col-xl-1">@sortablelink('paid_at', trans('general.date'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow'])</th> | ||||
|                             <th class="col-xs-4 col-sm-4 col-md-3 col-lg-2 col-xl-2 text-right">@sortablelink('amount', trans('general.amount'))</th> | ||||
|                             <th class="col-md-2 col-lg-2 col-xl-4 d-none d-md-block text-left">@sortablelink('contact.name', trans_choice('general.vendors', 1))</th> | ||||
|                             <th class="col-md-2 col-lg-3 col-xl-3 d-none d-md-block text-left">@sortablelink('contact.name', trans_choice('general.vendors', 1))</th> | ||||
|                             <th class="col-lg-2 col-xl-2 d-none d-lg-block text-left">@sortablelink('category.name', trans_choice('general.categories', 1))</th> | ||||
|                             <th class="col-lg-2 col-xl-1 d-none d-lg-block text-left">@sortablelink('account.name', trans_choice('general.accounts', 1))</th> | ||||
|                             <th class="col-lg-2 col-xl-2 d-none d-lg-block text-left">@sortablelink('account.name', trans_choice('general.accounts', 1))</th> | ||||
|                             <th class="col-xs-4 col-sm-2 col-md-2 col-lg-1 col-xl-1 text-center"><a>{{ trans('general.actions') }}</a></th> | ||||
|                         </tr> | ||||
|                     </thead> | ||||
| @@ -50,12 +50,12 @@ | ||||
|                             <tr class="row align-items-center border-top-1"> | ||||
|                                 <td class="col-sm-2 col-md-2 col-lg-1 col-xl-1 d-none d-sm-block">{{ Form::bulkActionGroup($item->id, $item->contact->name) }}</td> | ||||
|                                 @if ($item->reconciled) | ||||
|                                     <td class="col-xs-4 col-sm-4 col-md-3 col-lg-2 col-xl-1"><a class="col-aka" href="#">@date($item->paid_at)</a></td> | ||||
|                                     <td class="col-xs-4 col-sm-4 col-md-3 col-lg-1 col-xl-1"><a class="col-aka" href="#">@date($item->paid_at)</a></td> | ||||
|                                 @else | ||||
|                                     <td class="col-xs-4 col-sm-4 col-md-3 col-lg-2 col-xl-1"><a class="col-aka" href="{{ route('payments.edit', $item->id) }}">@date($item->paid_at)</a></td> | ||||
|                                     <td class="col-xs-4 col-sm-4 col-md-3 col-lg-1 col-xl-1"><a class="col-aka" href="{{ route('payments.edit', $item->id) }}">@date($item->paid_at)</a></td> | ||||
|                                 @endif | ||||
|                                 <td class="col-xs-4 col-sm-4 col-md-3 col-lg-2 col-xl-2 text-right">@money($item->amount, $item->currency_code, true)</td> | ||||
|                                 <td class="col-md-2 col-lg-2 col-xl-4 d-none d-md-block text-left"> | ||||
|                                 <td class="col-md-2 col-lg-3 col-xl-3 d-none d-md-block text-left"> | ||||
|                                     {{ $item->contact->name }} | ||||
|  | ||||
|                                     @if($item->bill) | ||||
| @@ -81,7 +81,7 @@ | ||||
|                                     @endif | ||||
|                                 </td> | ||||
|                                 <td class="col-lg-2 col-xl-2 d-none d-lg-block text-left">{{ $item->category->name }}</td> | ||||
|                                 <td class="col-lg-2 col-xl-1 d-none d-lg-block text-left">{{ $item->account->name }}</td> | ||||
|                                 <td class="col-lg-2 col-xl-2 d-none d-lg-block text-left">{{ $item->account->name }}</td> | ||||
|                                 <td class="col-xs-4 col-sm-2 col-md-2 col-lg-1 col-xl-1 text-center"> | ||||
|                                     <div class="dropdown"> | ||||
|                                         <a class="btn btn-neutral btn-sm text-light items-align-center py-2" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user