mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 09:11:11 +00:00
Added a small right border to separate button columns in all tables better
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<table id="users-table" class="table table-sm table-striped dt-responsive">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th class="border-right"></th>
|
||||
<th>{{ $L('Username') }}</th>
|
||||
<th>{{ $L('First name') }}</th>
|
||||
<th>{{ $L('Last name') }}</th>
|
||||
@@ -37,7 +37,7 @@
|
||||
<tbody class="d-none">
|
||||
@foreach($users as $user)
|
||||
<tr>
|
||||
<td class="fit-content">
|
||||
<td class="fit-content border-right">
|
||||
<a class="btn btn-info btn-sm" href="{{ $U('/user/') }}{{ $user->id }}">
|
||||
<i class="fas fa-edit"></i>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user