From e481cba1e70014a032e9ac9a6c0cbe3ca2c6729b Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Mon, 1 Jul 2019 15:35:19 +0800 Subject: [PATCH] * Fix css file. --- module/bug/css/create.css | 3 +++ module/bug/view/create.html.php | 6 ------ module/doc/css/common.css | 2 ++ module/doc/view/create.html.php | 3 --- module/doc/view/createlib.html.php | 3 --- module/doc/view/edit.html.php | 3 --- module/doc/view/editlib.html.php | 3 --- 7 files changed, 5 insertions(+), 18 deletions(-) diff --git a/module/bug/css/create.css b/module/bug/css/create.css index f0ccdd5ee8..cfb7e63e3b 100644 --- a/module/bug/css/create.css +++ b/module/bug/css/create.css @@ -1,3 +1,6 @@ +html[lang='en'] #moduleIdBox .input-group-addon{padding: 5px 23px} +html[lang='en'] #deadlineTd .input-group-addon{padding: 5px 18px} + .ke-toolbar .ke-outline[data-name='savetemplate'] {display: block;} .ke-outline .ke-icon-savetemplate {background-image: url(theme/default/images/kindeditor/save.gif); background-position: center; width: 56px; height: 20px;} diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index 0262905a65..9361d1bab3 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -21,12 +21,6 @@ js::set('createBuild', $lang->build->create); js::set('refresh', $lang->refresh); js::set('flow', $config->global->flow); ?> -app->getClientLang() == 'en'):?> - -
diff --git a/module/doc/css/common.css b/module/doc/css/common.css index af09f31953..e1bf6f3e2c 100644 --- a/module/doc/css/common.css +++ b/module/doc/css/common.css @@ -13,6 +13,8 @@ .row-spliting .col-spliter:before, .row-spliting .col-spliter:after {opacity: 1;} +html[lang='en'] #whiteListBox .input-group:last-child .input-group-addon{padding:5px 16px} + @media (max-width: 720px) { .split-row > .side-col, diff --git a/module/doc/view/create.html.php b/module/doc/view/create.html.php index 099444b75e..72bfaf5b1a 100644 --- a/module/doc/view/create.html.php +++ b/module/doc/view/create.html.php @@ -10,9 +10,6 @@ * @link http://www.zentao.net */ ?> -app->getClientLang() == 'en'):?> - - doc->officeTypes, $docType) !== false):?>
diff --git a/module/doc/view/createlib.html.php b/module/doc/view/createlib.html.php index 75364e502e..d5ac56a0a9 100644 --- a/module/doc/view/createlib.html.php +++ b/module/doc/view/createlib.html.php @@ -12,9 +12,6 @@ ?> -app->getClientLang() == 'en'):?> - -
diff --git a/module/doc/view/edit.html.php b/module/doc/view/edit.html.php index 938cfd56d2..18883acd33 100644 --- a/module/doc/view/edit.html.php +++ b/module/doc/view/edit.html.php @@ -13,9 +13,6 @@ contentType == 'html') include '../../common/view/kindeditor.html.php';?> contentType == 'markdown') include '../../common/view/markdown.html.php';?> -app->getClientLang() == 'en'):?> - -
diff --git a/module/doc/view/editlib.html.php b/module/doc/view/editlib.html.php index 50de980c50..5ddcf493cc 100644 --- a/module/doc/view/editlib.html.php +++ b/module/doc/view/editlib.html.php @@ -12,9 +12,6 @@ ?> -app->getClientLang() == 'en'):?> - -