diff options
Diffstat (limited to 'dashboard/app/static/style.css')
| -rw-r--r-- | dashboard/app/static/style.css | 7 |
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; |
