summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--style.css2
-rw-r--r--test_index.php2
2 files changed, 3 insertions, 1 deletions
diff --git a/style.css b/style.css
index 3bbd507..1e6f1e8 100644
--- a/style.css
+++ b/style.css
@@ -43,6 +43,8 @@ tr.partial .status-box { background: blue; }
.status-link { text-decoration: none; display: block; margin: 0; padding: 0; }
+td.status { white-space: nowrap; }
+
tr .media,
tr .timeinfo,
tr .revision { display: block; font-size: 85%; text-align: left; }
diff --git a/test_index.php b/test_index.php
index b1b93d3..d87f70d 100644
--- a/test_index.php
+++ b/test_index.php
@@ -243,7 +243,7 @@ if ($total > 0) {
$typestr = "<span title='$typealt'>$typestr</a>";
}
- $s .= '<td>';
+ $s .= '<td class="status">';
$show_time = '';
if ($p['type'] == 'uploaded') {