From cc866414aca2f9efce36ef16b17f5595ed33a741 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Thu, 13 Sep 2012 16:34:47 +0000 Subject: update bg color; add status badge before package name --- index.php | 2 +- style.css | 2 +- 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 = << - %s + %s %s %s %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; } -- cgit v1.2.1