From 41fe1bae463b32861fb14e967372da7e318bc6e1 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 26 Jul 2023 15:38:07 +0200 Subject: dashboard: display fix candidate info on the bug page --- pkg/html/pages/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkg') 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; -- cgit mrf-deployment