af45f594 by Jeff Balicki

sss

1 parent a554f489
......@@ -167,7 +167,7 @@ function print_user_notices($showOnlyUnread = false)
$rows .= '<td class="notice-content"><div class="notice-content-text">' . nl2br($content) . '</div></td><td class="notice-date">'
. CBV\tz_display('notice_sent_date', $notice['sent_date']) . '</span></td>';
$rows .= '<td class="notice-type" style="vertical-align: middle;padding: 5px 0px 5px 0px;" style="vertical-align: middle;"><span>'
$rows .= '<td class="notice-type" style="vertical-align:text-top;padding: 5px 0px 5px 0px;"><span>'
. ucfirst(str_replace('_', '&nbsp;', $system['system_message_type']))
. '</span></td>';
$rows .= '</tr>';
......