diff options
-rw-r--r-- | index.php | 2 | ||||
-rw-r--r-- | style.css | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -202,7 +202,7 @@ if (!is_null($upload_time)) { $s = ''; $tmpl = <<<T <tr class="%s"> - <td><a rel="nofollow" href="%s" title="%s" class="package">%s</a></td> + <td><span class="status-box"></span> <a rel="nofollow" href="%s" title="%s" class="package">%s</a></td> <td class="user"><a rel="nofollow" href="?user=%s" class="committer">%s</a> <span class="timeinfo">%s</span></td> <td>%s @@ -28,7 +28,7 @@ td { padding: 0; margin: 0; padding: 0.2em 0.5em; border-bottom: 1px solid #ccc; th, td { vertical-align: top; } tr { background: transparent; } -tr.uploaded { background: #ddffdd; background: #91ff91; } +tr.uploaded { background: #ddffdd; background: #bbffbb; } tr.failure { background: #ffdddd; } tr.rejected { background: #FFFFE0; } tr.todo { background: white; } |