From e70628fef08357a706909ed23bcbe226aa3f048e Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Thu, 26 May 2022 07:40:28 +0000 Subject: [PATCH] * Finish task #54991. --- module/execution/css/create.css | 6 ++++-- module/execution/view/create.html.php | 3 ++- module/execution/view/tips.html.php | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/module/execution/css/create.css b/module/execution/css/create.css index f3544e54ed..55c3fc119a 100644 --- a/module/execution/css/create.css +++ b/module/execution/css/create.css @@ -1,5 +1,7 @@ -[lang^='en'] #tipsModal {margin-top: 10%; max-width: 620px;} -[lang^='zh-cn'] #tipsModal {margin-top: 10%; max-width: 530px;} +[lang^='en'] #tipsModalNew {margin-top: 10%; max-width: 620px;} +[lang^='zh-cn'] #tipsModalNew {margin-top: 10%; max-width: 530px;} +[lang^='zh-cn'] #tipsModalClassic {margin-top: 10%; max-width: 420px;} +[lang^='en'] #tipsModalClassic {margin-top: 10%; max-width: 450px;} .chosen-container-single .chosen-single > span {max-width: 100%;} #copyProjectModal {padding: 0;} diff --git a/module/execution/view/create.html.php b/module/execution/view/create.html.php index 8f162c33b6..20a34b009d 100644 --- a/module/execution/view/create.html.php +++ b/module/execution/view/create.html.php @@ -15,7 +15,8 @@ createLink('execution', 'task', "execution=$executionID");?> -