From 281178d7a6583f4e32529af685fde55465bffdcd Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Mon, 10 Sep 2012 20:00:33 +0000 Subject: no wrap in status cells --- style.css | 2 ++ test_index.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 = "$typestr"; } - $s .= ''; + $s .= ''; $show_time = ''; if ($p['type'] == 'uploaded') { -- cgit v1.2.1