summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php2
-rw-r--r--style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index fc1d3bb..9119449 100644
--- a/index.php
+++ b/index.php
@@ -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
diff --git a/style.css b/style.css
index d904ed7..5be755d 100644
--- a/style.css
+++ b/style.css
@@ -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; }