From 17ef65813e1ef31a2eeab3466d68288796f8d403 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 20 Oct 2022 10:37:07 +0800 Subject: [PATCH] * Modify Kanban Settings page style issues. --- module/execution/view/kanban.html.php | 2 +- www/theme/default/style.css | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/module/execution/view/kanban.html.php b/module/execution/view/kanban.html.php index ef11cd5ea9..f8acbc9740 100644 --- a/module/execution/view/kanban.html.php +++ b/module/execution/view/kanban.html.php @@ -157,7 +157,7 @@ js::set('priv', " . $lang->searchAB, '', "class='btn btn-link querybox-toggle'"); echo html::a('javascript:fullScreen()', " " . $lang->kanban->fullScreen, '', "class='btn btn-link'"); if(common::hasPriv('execution', 'setKanban')) echo html::a(helper::createLink('execution', 'setKanban', "executionID=$execution->id", '', true), ' ' . $lang->settings, '', "class='iframe btn btn-link text-left' data-width='$width'"); diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 903622c2d1..9492a9d19b 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -122,8 +122,10 @@ body.xxc-embed.m-productplan-view,body.xxc-embed.m-bug-browse,body.xxc-embed.m-p .setting-input {width: 64px; height: 20px; margin: 0 4px; text-align: center;} .setting-input.disabled,.setting-input[disabled="disabled"] {color: #C4C4C4;} .width-radio-row {display: flex;} -#dataform .width-radio-row.required:after {top: 1px; left: 360px;} +#dataform .width-radio-row.required:after {top: 1px; left: 215px;} +#dataform .width-radio-row.mt10.required:after {top: 1px; left: 355px;} .mt10 {margin-top: 10px;} +#dataform tr > th {vertical-align: top;} #programTableList > tr:hover {background: #E6F0FFCC;}