mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-25 13:44:05 +08:00
parent
bbfb330b92
commit
7791599fb5
@ -28,6 +28,7 @@ table.table {
|
|||||||
padding: $-s $-s;
|
padding: $-s $-s;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -41,10 +41,10 @@
|
|||||||
|
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{ trans('settings.recycle_bin_deleted_item') }}</th>
|
<th width="50%">{{ trans('settings.recycle_bin_deleted_item') }}</th>
|
||||||
<th>{{ trans('settings.recycle_bin_deleted_by') }}</th>
|
<th width="20%">{{ trans('settings.recycle_bin_deleted_by') }}</th>
|
||||||
<th>{{ trans('settings.recycle_bin_deleted_at') }}</th>
|
<th width="15%">{{ trans('settings.recycle_bin_deleted_at') }}</th>
|
||||||
<th></th>
|
<th width="15%"></th>
|
||||||
</tr>
|
</tr>
|
||||||
@if(count($deletions) === 0)
|
@if(count($deletions) === 0)
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user