Update status message styles. Lighten backgrounds, don't show background on Admin Maintenance rows, and added gModuleStatus class.

This commit is contained in:
Chad Kieffer
2009-08-29 14:01:04 -06:00
parent 210ba966f8
commit 5db0b68a70
11 changed files with 94 additions and 118 deletions

View File

@@ -103,7 +103,7 @@
</th>
</tr>
<? foreach ($comments as $i => $comment): ?>
<tr id="gComment-<?= $comment->id ?>" class="<?= ($i % 2 == 0) ? "gEvenRow" : "gOddRow" ?>">
<tr id="gComment-<?= $comment->id ?>" class="<?= ($i % 2 == 0) ? "gOddRow" : "gEvenRow" ?>">
<td>
<a href="#">
<img src="<?= $comment->author()->avatar_url(40, $theme->url("images/avatar.jpg", true)) ?>"