diff options
-rw-r--r-- | style.css | 2 | ||||
-rw-r--r-- | test_index.php | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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') { |