mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 04:32:15 +01:00
improve detailed report so that the table header has a border on the new page
This commit is contained in:
@@ -135,7 +135,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="table-wrapper">
|
<div class="table-wrapper">
|
||||||
<div
|
<div
|
||||||
style="background-color: #fafafa; border-bottom: 1px #d4d4d8 solid; padding: 5px 14px; display: flex; gap: 20px;">
|
style="background-color: #fafafa; padding: 5px 14px; display: flex; gap: 20px;">
|
||||||
<div style="padding: 8px 12px; border-radius: 8px;">
|
<div style="padding: 8px 12px; border-radius: 8px;">
|
||||||
<div style="color: #71717a; font-weight: 600;">Duration</div>
|
<div style="color: #71717a; font-weight: 600;">Duration</div>
|
||||||
<div
|
<div
|
||||||
@@ -151,7 +151,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<table style="width: 100%;">
|
<table style="width: 100%;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr style="border-top: 1px #d4d4d8 solid;">
|
||||||
<th>Time Entry</th>
|
<th>Time Entry</th>
|
||||||
<th>User</th>
|
<th>User</th>
|
||||||
<th style="text-align: center;">Time</th>
|
<th style="text-align: center;">Time</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user