diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-07-26 15:38:07 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-07-26 14:43:46 +0000 |
| commit | 41fe1bae463b32861fb14e967372da7e318bc6e1 (patch) | |
| tree | b1448dfd0c3e3b218d73c9632fe23d94e08180ac /pkg/html | |
| parent | cc502a1167cbc890cb74e818e5cc6bfe252ad409 (diff) | |
dashboard: display fix candidate info on the bug page
Diffstat (limited to 'pkg/html')
| -rw-r--r-- | pkg/html/pages/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index 5aed046e6..9dd1bca7f 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -364,6 +364,11 @@ aside { width: 20pt; } +.fix-candidate-block { + background: lightgreen; + padding: 5pt; +} + .bug-bisection-info { float:left; margin-right: 15px; |
