This commit is contained in:
James Cole
2020-08-28 21:29:47 +02:00
parent 82b49a9e51
commit 7f48043505
21 changed files with 33 additions and 33 deletions

View File

@@ -10,8 +10,8 @@
<div class="box-header with-border">
<h3 class="box-title">{{ 'all_users'|_ }}</h3>
</div>
<div class="box-body table-responsive no-padding">
<table class="table table-condensed sortable">
<div class="box-body no-padding">
<table class="table table-responsive table-condensed sortable">
<thead>
<tr>
<th data-defaultsign="_19" class="hidden-xs" colspan="2">&nbsp;</th>

View File

@@ -10,8 +10,8 @@
<div class="box-header with-border">
<h3 class="box-title">{{ 'user_information'|_ }}</h3>
</div>
<div class="box-body table-responsive">
<table class="table table-striped table-bordered">
<div class="box-body">
<table class="table table-striped table-bordered table-responsive">
<tbody>
<tr>
<td>{{ trans('list.id') }}</td>
@@ -75,8 +75,8 @@
<div class="box-header with-border">
<h3 class="box-title">{{ 'user_data_information'|_ }}</h3>
</div>
<div class="box-body table-responsive">
<table class="table table-striped table-bordered">
<div class="box-body">
<table class="table table-striped table-bordered table-responsive">
<tr>
<td>{{ trans('list.accounts_count') }}</td>
<td>{{ information.accounts }}</td>