Improve css styling slightly
This commit is contained in:
parent
31800ee1e7
commit
d627c6e98e
@ -422,7 +422,7 @@
|
||||
<div id="chat" class="col-lg-7">
|
||||
<h4><i class="fa fa-comments"></i> Chat Log</h4>
|
||||
<hr>
|
||||
<div id="log" class="text-muted ">
|
||||
<div id="log">
|
||||
<?php
|
||||
|
||||
// INITIALIZE
|
||||
@ -472,7 +472,7 @@
|
||||
?>
|
||||
</span>
|
||||
|
||||
<span class="<?= ($message->getSender() == $report->getSuspect() ? 'suspect-message' : 'message') ?>"><?= $message->getMessage() ?></span>
|
||||
<span class="<?= ($message->getSender() == $report->getSuspect() ? 'suspect-message' : 'text-muted') ?>"><?= $message->getMessage() ?></span>
|
||||
|
||||
<?php if ($i < $displayAmount - 1): // Don't break on the last element ?>
|
||||
<br />
|
||||
|
Loading…
Reference in New Issue
Block a user