summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-10 20:00:33 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-10 20:00:33 +0000
commit281178d7a6583f4e32529af685fde55465bffdcd (patch)
tree6239b42facaa15fc6cc25ba9c7d82173a1f64c7e
parentc526f943798db97a5f10b5aeffb017e86b639571 (diff)
downloadpkgsubmit-281178d7a6583f4e32529af685fde55465bffdcd.tar
pkgsubmit-281178d7a6583f4e32529af685fde55465bffdcd.tar.gz
pkgsubmit-281178d7a6583f4e32529af685fde55465bffdcd.tar.bz2
pkgsubmit-281178d7a6583f4e32529af685fde55465bffdcd.tar.xz
pkgsubmit-281178d7a6583f4e32529af685fde55465bffdcd.zip
no wrap in status cells
-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') {