action button alignment updated
This commit is contained in:
parent
ab313bb212
commit
2d66166b1f
6
public/css/custom.css
vendored
6
public/css/custom.css
vendored
@ -236,6 +236,10 @@ button:focus
|
||||
}
|
||||
/*--------Form Group Finish--------*/
|
||||
|
||||
.item-action
|
||||
{
|
||||
padding-left: 21px !important;
|
||||
}
|
||||
|
||||
/*--Long Texts--*/
|
||||
.long-texts
|
||||
@ -825,7 +829,7 @@ table .align-items-center td span.badge {
|
||||
|
||||
.left-menu-toggle-position
|
||||
{
|
||||
margin-left: 1rem !important;
|
||||
margin-left: 2rem !important;
|
||||
}
|
||||
|
||||
.dashboard-action
|
||||
|
@ -36,7 +36,7 @@
|
||||
<thead class="thead-light">
|
||||
<tr class="d-flex flex-nowrap">
|
||||
@stack('actions_th_start')
|
||||
<th class="col-md-1 border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
||||
<th class="col-md-1 border-right-0 border-bottom-0 item-action">{{ 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 border-right-0 border-bottom-0">
|
||||
<td class="col-md-1 border-right-0 border-bottom-0 item-action">
|
||||
<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 border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
||||
<th class="col-md-1 border-right-0 border-bottom-0 item-action">{{ 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 border-right-0 border-bottom-0">
|
||||
<td class="col-md-1 border-right-0 border-bottom-0 item-action">
|
||||
<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 border-right-0 border-bottom-0">
|
||||
<td class="col-md-1 border-right-0 border-bottom-0 item-action">
|
||||
@stack('actions_button_start')
|
||||
<button type="button"
|
||||
@click="onDeleteItem(index)"
|
||||
|
@ -36,7 +36,7 @@
|
||||
<thead class="thead-light">
|
||||
<tr class="d-flex flex-nowrap">
|
||||
@stack('actions_th_start')
|
||||
<th class="col-md-1 border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
||||
<th class="col-md-1 border-right-0 border-bottom-0 item-action">{{ 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 border-right-0 border-bottom-0">
|
||||
<td class="col-md-1 border-right-0 border-bottom-0 item-action">
|
||||
<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 border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
|
||||
<th class="col-md-1 border-right-0 border-bottom-0 item-action">{{ 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 border-right-0 border-bottom-0">
|
||||
<td class="col-md-1 border-right-0 border-bottom-0 item-action">
|
||||
<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 border-right-0 border-bottom-0">
|
||||
<td class="col-md-1 border-right-0 border-bottom-0 item-action">
|
||||
@stack('actions_button_start')
|
||||
<button type="button"
|
||||
@click="onDeleteItem(index)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user