|
@@ -1,7 +1,14 @@
|
|
|
@extends ('layouts/template')
|
|
|
|
|
|
@section('content')
|
|
|
-
|
|
|
+ <style>
|
|
|
+ .table.v-middle td, .table th {
|
|
|
+ vertical-align: middle;
|
|
|
+ }
|
|
|
+ .table.v-middle td {
|
|
|
+ padding: 1px;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
<div class="p-3 mcp-theme-1">
|
|
|
|
|
|
<div class="d-flex align-items-center mb-3">
|
|
@@ -29,7 +36,7 @@
|
|
|
@if(session('message'))
|
|
|
<div class="alert alert-info">{{session('message')}}</div>
|
|
|
@endif
|
|
|
- <table class="table table-sm table-striped mb-0">
|
|
|
+ <table class="table table-sm table-striped mb-0 v-middle">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th class="font-weight-normal border-0 pl-2">{{sortColumnHead('/log_in_as', 'Name', 'name_last')}}</th>
|