From 4ef4195d34799435db875ff3472887145285f1a9 Mon Sep 17 00:00:00 2001 From: dingyongliang Date: Fri, 23 Sep 2022 08:08:26 +0000 Subject: [PATCH] * center c-confirmed. --- module/execution/css/bug.css | 2 +- www/theme/default/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/module/execution/css/bug.css b/module/execution/css/bug.css index cd796af41f..095e852326 100644 --- a/module/execution/css/bug.css +++ b/module/execution/css/bug.css @@ -9,4 +9,4 @@ td.delayed {color: #fff; background: #e84e0f !important;} .c-severity {width: 80px;} -.c-confirmed {overflow: hidden; text-align: center;} +.c-confirmed {overflow: hidden;} diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 550c29258c..58b23742e0 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -54,6 +54,7 @@ a.showMoreImage:hover {opacity: 1;} #visionSwitcher>div {margin: 10px 5px;} #visionSwitcher li.switchTo {padding-top: 5px;} +th.c-confirmed, th.c-confirm {text-align: center;} .c-icon {width: 20px;} .c-count {width: 30px;} .c-pri {width: 40px;}