Adjust layout

This commit is contained in:
Hillel Coren 2018-06-10 14:24:10 +03:00
parent 3c8b1791ca
commit 0e963f9dce

View File

@ -36,7 +36,7 @@
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title">{!! trans('texts.permissions') !!}</h3> <h3 class="panel-title">{!! trans('texts.permissions') !!}</h3>
</div> </div>
<div class="panel-body form-padding-right"> <div class="panel-body">
@if ( ! Utils::hasFeature(FEATURE_USER_PERMISSIONS)) @if ( ! Utils::hasFeature(FEATURE_USER_PERMISSIONS))
<div class="alert alert-warning">{{ trans('texts.upgrade_for_permissions') }}</div> <div class="alert alert-warning">{{ trans('texts.upgrade_for_permissions') }}</div>
@ -54,20 +54,20 @@
->help(trans('texts.administrator_help')) !!} ->help(trans('texts.administrator_help')) !!}
<div class="panel-body"> <div class="panel-body">
<table class="table table-striped data-table" > <table class="table table-striped dataTable" >
<thead> <thead>
<th></th> <th></th>
<th>{!! Former::checkbox('create') <th style="padding-bottom:0px">{!! Former::checkbox('create')
->text( trans('texts.create') ) ->text( trans('texts.create') )
->value('create_') ->value('create_')
->label('&nbsp;') ->label('&nbsp;')
->id('create_all') !!}</th> ->id('create_all') !!}</th>
<th>{!! Former::checkbox('view') <th style="padding-bottom:0px">{!! Former::checkbox('view')
->text( trans('texts.view') ) ->text( trans('texts.view') )
->value('view_') ->value('view_')
->label('&nbsp;') ->label('&nbsp;')
->id('view_all') !!}</th> ->id('view_all') !!}</th>
<th>{!! Former::checkbox('edit') <th style="padding-bottom:0px">{!! Former::checkbox('edit')
->text( trans('texts.edit') ) ->text( trans('texts.edit') )
->value('edit_') ->value('edit_')
->label('&nbsp;') ->label('&nbsp;')