summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-13 16:34:47 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-13 16:34:47 +0000
commitcc866414aca2f9efce36ef16b17f5595ed33a741 (patch)
treefde6abd02c64c152793bac54cf914192d43c62a1
parentfe268c768c8cde405713fcc437a6465f126c24f4 (diff)
downloadpkgsubmit-cc866414aca2f9efce36ef16b17f5595ed33a741.tar
pkgsubmit-cc866414aca2f9efce36ef16b17f5595ed33a741.tar.gz
pkgsubmit-cc866414aca2f9efce36ef16b17f5595ed33a741.tar.bz2
pkgsubmit-cc866414aca2f9efce36ef16b17f5595ed33a741.tar.xz
pkgsubmit-cc866414aca2f9efce36ef16b17f5595ed33a741.zip
update bg color; add status badge before package name
-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; }