1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00

fixes #3384 added read/unread status to outbox

update pm-unread css class to show a thick border on the left side.
The color for this border may be defined in the theme (default: black)
This commit is contained in:
Achim Ennenbach 2018-08-17 20:00:27 +02:00
parent 1754887672
commit 0329b5f3b9
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
tr.pm-unread { font-weight: bold }
tr.pm-unread { font-weight: bold; border-left: 4px solid; }
.pm-show h3 { margin-top:5px }
.pm-show h3 small { margin-top:5px }

View File

@ -185,7 +185,7 @@ $PM_TEMPLATE['outbox']['start'] = "
//$PM_OUTBOX_TABLE = "
$PM_TEMPLATE['outbox']['item'] = "
<tr>
<tr class='{PM_STATUS_CLASS}'>
<td class='forumheader3'>{PM_SELECT}</td>
<td class='forumheader3'>{PM_ATTACHMENT_ICON}</td>
<td class='forumheader3'>{PM_SUBJECT=link,outbox}</td>