summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--style.css1
-rw-r--r--test_index.php3
2 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index 1e6f1e8..50dbbac 100644
--- a/style.css
+++ b/style.css
@@ -43,6 +43,7 @@ tr.partial .status-box { background: blue; }
.status-link { text-decoration: none; display: block; margin: 0; padding: 0; }
+td.user,
td.status { white-space: nowrap; }
tr .media,
diff --git a/test_index.php b/test_index.php
index d87f70d..fb0f0a1 100644
--- a/test_index.php
+++ b/test_index.php
@@ -191,14 +191,13 @@ if (!is_null($upload_time)) {
echo sprintf('<li><p>Upload in progress for %s.</p></li>', timediff($upload_time));
}
-
// Build queue
$s = '';
$tmpl = <<<T
<tr class="%s">
<td><a rel="nofollow" href="%s" title="%s" class="package">%s</a>
<span class="revision"><a href="%s">view changes @ r%d</a></span></td>
- <td><a rel="nofollow" href="?user=%s" class="committer">%s</a>
+ <td class="user"><a rel="nofollow" href="?user=%s" class="committer">%s</a>
<span class="timeinfo">%s</span></td>
<td>%s
<span class="media">%s/%s</span></td>