aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/static/style.css
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-10-22 18:59:10 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-10-22 22:02:56 +0200
commit4e740c00a474b578896830c7d27d90d9474364bb (patch)
treeff0f2787b64d3e339e2166325f236b2ec8227846 /dashboard/app/static/style.css
parent1616d34edcf609e9cff417106daa2152bbe754f8 (diff)
dashboard/app: show more detailed info about bisections
1. Split cause/fix bisections in the bug table. 2. Show if bisection is inconclusive/unreliable in the bug table. 3. Show if bisection is unreliable on the bug page. Update #2098
Diffstat (limited to 'dashboard/app/static/style.css')
-rw-r--r--dashboard/app/static/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/dashboard/app/static/style.css b/dashboard/app/static/style.css
index ae0a2ae6c..669e32dfe 100644
--- a/dashboard/app/static/style.css
+++ b/dashboard/app/static/style.css
@@ -157,6 +157,13 @@ table td, table th {
text-align: right;
}
+.list_table .bisect_status {
+ width: 75pt;
+ max-width: 75pt;
+ font-family: monospace;
+ text-align: right;
+}
+
.list_table .date {
width: 60pt;
max-width: 60pt;