This commit is contained in:
zhouxudong
2022-05-24 02:59:16 +00:00
parent d41ea8cfc2
commit b57ec6aef4
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
#tipsModal {margin-top: 10%;}
[lang^='en'] #tipsModal {margin-top: 10%; max-width: 620px;}
[lang^='zh-cn'] #tipsModal {margin-top: 10%; max-width: 530px;}
.chosen-container-single .chosen-single > span {max-width: 100%;}
#copyProjectModal {padding: 0;}
+1 -2
View File
@@ -15,8 +15,7 @@
<?php $defaultURL = $this->createLink('execution', 'task', "execution=$executionID");?>
<?php include '../../common/view/header.html.php';?>
<body>
<?php $maxWidth = $this->app->getClientLang() == 'en' ? '620px' : '530px'?>
<?php echo "<div class='modal-dialog' style='max-width: $maxWidth' id='tipsModal'>"?>
<div class='modal-dialog' id='tipsModal'>
<div class='modal-header'>
<a href='<?php echo $defaultURL;?>' class='close'><i class="icon icon-close"></i></a>
<h4 class='modal-title' id='myModalLabel'><?php echo $lang->execution->tips;?></h4>