aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@netscape.net>2017-04-18 23:22:54 +0200
committerFrédéric Buclin <LpSolit@netscape.net>2017-04-18 23:22:54 +0200
commit20668e9e2dbee14347069c025c246639ed9273db (patch)
treec5dc721331a0854fa2c8a8b523ac0d85a5a2bb96
parent67f7d865283a0463b829a2d1d46941c86e10f391 (diff)
downloadbugs-20668e9e2dbee14347069c025c246639ed9273db.tar
bugs-20668e9e2dbee14347069c025c246639ed9273db.tar.gz
bugs-20668e9e2dbee14347069c025c246639ed9273db.tar.bz2
bugs-20668e9e2dbee14347069c025c246639ed9273db.tar.xz
bugs-20668e9e2dbee14347069c025c246639ed9273db.zip
Prevent wrapping of the colored disk besides the bug ID in the buglist
-rw-r--r--skins/standard/buglist.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css
index 7256d285e..bebc4b465 100644
--- a/skins/standard/buglist.css
+++ b/skins/standard/buglist.css
@@ -149,6 +149,13 @@ span.bz_unknown_since_last_visit:before {
content: "\25CF";
font-size: large;
}
+/* Prevent wrapping of the colored disk besides the bug ID. */
+tr.bz_new_since_last_visit td.first-child,
+tr.bz_updated_since_last_visit td.first-child,
+tr.bz_up_to_date_since_last_visit td.first-child,
+tr.bz_unknown_since_last_visit td.first-child {
+ white-space: nowrap;
+}
td.bz_estimated_time_column,
td.bz_remaining_time_column,