From 7388d561c3602cf97691e03e1c990bcbf41ac413 Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Wed, 23 May 2018 14:51:09 +0800 Subject: [PATCH 1/3] * Adjust contact list box. --- module/story/view/edit.html.php | 6 ++++-- module/task/view/edit.html.php | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php index 25adb49cdb..e97df76e81 100644 --- a/module/story/view/edit.html.php +++ b/module/story/view/edit.html.php @@ -146,8 +146,10 @@ story->mailto;?> - mailto), "class='form-control' multiple");?> - fetch('my', 'buildContactLists')?> +
+ mailto), "class='form-control' multiple");?> +
fetch('my', 'buildContactLists')?>
+
diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index 89b83fb61b..3cd057ab22 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -126,8 +126,10 @@ task->mailto;?> - acl == 'private' ? $members : $users, str_replace(' ' , '', $task->mailto), 'class="form-control" multiple');?> - fetch('my', 'buildContactLists');?> +
+ acl == 'private' ? $members : $users, str_replace(' ' , '', $task->mailto), 'class="form-control" multiple');?> +
fetch('my', 'buildContactLists');?>
+
From 483df2da308752636f5108a2fd13db06df1975b8 Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Wed, 23 May 2018 15:21:52 +0800 Subject: [PATCH 2/3] * Finish task #4307. --- module/product/css/common.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 module/product/css/common.css diff --git a/module/product/css/common.css b/module/product/css/common.css new file mode 100644 index 0000000000..78efcd5d86 --- /dev/null +++ b/module/product/css/common.css @@ -0,0 +1 @@ +#whitelistBox .checkbox-primary, #whitelistBox .radio-inline{margin-left: 10px; display: inline-block; padding-left: 0px; padding-right: 10px;} From 34891f004965160ba221f54dfbd4066aaca24f42 Mon Sep 17 00:00:00 2001 From: Catouse Date: Wed, 23 May 2018 15:33:10 +0800 Subject: [PATCH 3/3] * adjust style of copy project modal in project/create view. --- module/common/lang/en.php | 2 +- module/common/lang/zh-cn.php | 2 +- module/project/css/create.css | 10 +++++----- module/project/view/create.html.php | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/module/common/lang/en.php b/module/common/lang/en.php index e18cfeeb71..944841079c 100644 --- a/module/common/lang/en.php +++ b/module/common/lang/en.php @@ -528,7 +528,7 @@ $lang->icons['product'] = 'cube'; $lang->icons['bug'] = 'bug'; $lang->icons['task'] = 'check-sign'; $lang->icons['tasks'] = 'tasks'; -$lang->icons['project'] = 'folder-close-alt'; +$lang->icons['project'] = 'stack'; $lang->icons['doc'] = 'file-text'; $lang->icons['doclib'] = 'folder-close'; $lang->icons['story'] = 'lightbulb'; diff --git a/module/common/lang/zh-cn.php b/module/common/lang/zh-cn.php index a888fd14f0..83d6fcd479 100644 --- a/module/common/lang/zh-cn.php +++ b/module/common/lang/zh-cn.php @@ -528,7 +528,7 @@ $lang->icons['product'] = 'cube'; $lang->icons['bug'] = 'bug'; $lang->icons['task'] = 'check-sign'; $lang->icons['tasks'] = 'tasks'; -$lang->icons['project'] = 'folder-close-alt'; +$lang->icons['project'] = 'stack'; $lang->icons['doc'] = 'file-text'; $lang->icons['doclib'] = 'folder-close'; $lang->icons['story'] = 'lightbulb'; diff --git a/module/project/css/create.css b/module/project/css/create.css index a7dcb82c26..2940aae47d 100644 --- a/module/project/css/create.css +++ b/module/project/css/create.css @@ -3,12 +3,12 @@ #copyProjectModal {padding: 0} #copyProjectModal {padding: 0 2px} #copyProjectModal > div {position: relative;} -#copyProjectModal a {display: block; min-height: 30px; line-height: 30px; padding: 5px 15px; border: 1px solid #e5e5e5; color: #333; margin: 5px 0} +#copyProjectModal a {display: block; min-height: 30px; line-height: 30px; padding: 5px 15px; border: 1px solid #e5e5e5; color: #333; margin: 5px 0; border-radius: 3px;} #copyProjectModal a > i {display: inline-block; margin-right: 5px;} -#copyProjectModal a:hover {border:1px solid #39B3D7; background-color: #E5F9FF; text-decoration: none} -#copyProjectModal a.active {border-color: #229F24; color: #229F24; background-color: #E5FFE6} -#copyProjectModal a.active:after {position: absolute; content: '\e60d'; font-family: NewZenIcon; font-size: 20px; right: 25px;} -#copyProjectModal a.cancel {color: #D2322D} +#copyProjectModal a:hover {border:1px solid #00a9fc; background-color: #E9F2FB; text-decoration: none} +#copyProjectModal a.active {border-color: #00da88; color: #00da88; background-color: #E5FFE6} +#copyProjectModal a.active:after {position: absolute; content: '\e92f'; font-family: ZentaoIcon; font-size: 20px; right: 25px;} +#copyProjectModal a.cancel {color: #ff5d5d} .modal-dialog {margin-top: 10%!important;} diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php index 2bf353c4ec..3c9c80aa05 100644 --- a/module/project/view/create.html.php +++ b/module/project/view/create.html.php @@ -39,7 +39,7 @@

project->create;?>

- +
@@ -150,12 +150,12 @@