From 715527fd59b5f209cd6eb87c6c654c486f03c569 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Thu, 26 May 2022 09:19:50 +0000 Subject: [PATCH] * Finish task #54991. --- module/execution/css/create.css | 8 ++++---- module/execution/view/create.html.php | 4 ++-- module/execution/view/tips.html.php | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/module/execution/css/create.css b/module/execution/css/create.css index 55c3fc119a..d1d96fcb00 100644 --- a/module/execution/css/create.css +++ b/module/execution/css/create.css @@ -1,7 +1,7 @@ -[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;} +[lang^='en'] #newTipsModal {margin-top: 10%; max-width: 620px;} +[lang^='zh-cn'] #newTipsModal {margin-top: 10%; max-width: 530px;} +[lang^='zh-cn'] #classicTipsModal {margin-top: 10%; max-width: 420px;} +[lang^='en'] #classicTipsModal {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 20a34b009d..1be01f0fd3 100644 --- a/module/execution/view/create.html.php +++ b/module/execution/view/create.html.php @@ -15,8 +15,8 @@ createLink('execution', 'task', "execution=$executionID");?> - config->systemMode == 'new' ? 'tipsModalNew' : 'tipsModalClassic';?> -