Commit: f6f9ca5e4ba6a523dbd6f3115b7e6e4606e8ce27
Author: David Persson | Date: 2010-01-07 12:58:00 +0100
diff --git a/views/logs/view.html.php b/views/logs/view.html.php
index 8cd5569..a83b258 100644
--- a/views/logs/view.html.php
+++ b/views/logs/view.html.php
@@ -8,7 +8,7 @@
<tr>
<td class="time"><?=$line['time'];?></td>
<td class="user" style="color: rgb(<?=implode(',' , $rgb)?>);"><?=$line['user']?></td>
- <td><?= $h($line['message']); ?></td>
+ <td class="message"><?= $h($line['message']); ?></td>
</tr>
<?php endforeach; ?>
</table>
diff --git a/webroot/css/li3.bot.css b/webroot/css/li3.bot.css
index 7709031..ff62ebb 100644
--- a/webroot/css/li3.bot.css
+++ b/webroot/css/li3.bot.css
@@ -11,7 +11,7 @@
margin-top: 2em;
}
table.messages {
- width: auto;
+ width: 100%;
}
.messages {
vertical-align: top;
@@ -31,6 +31,9 @@ table.messages {
.messages .user:after {
content: '>';
}
+.message {
+ width: 80%;
+}
ul.channels {
margin: 0;