1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00
Achim Ennenbach 0329b5f3b9 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)
2018-08-17 20:00:27 +02:00

8 lines
168 B
CSS

tr.pm-unread { font-weight: bold; border-left: 4px solid; }
.pm-show h3 { margin-top:5px }
.pm-show h3 small { margin-top:5px }
div.pm-message { min-height:150px }