-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
115 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
#issue_tree > p { | ||
margin-bottom: 5px; | ||
} | ||
|
||
.contextual.accordion_control { | ||
float: left; | ||
margin-bottom: 5px; | ||
padding: 2px 7px 2px 2px; | ||
} | ||
|
||
.accordion_control a { | ||
background-position: 0 50%; | ||
background-repeat: no-repeat; | ||
padding-bottom: 3px; | ||
padding-left: 20px; | ||
padding-top: 2px; | ||
} | ||
|
||
.accordion_control a.subtask_all_expand { | ||
background-image: url(../../../images/arrow_expanded.png); | ||
} | ||
|
||
.accordion_control a.subtask_all_collapse { | ||
background-image: url(../../../images/arrow_collapsed.png); | ||
} | ||
|
||
tr.issue.idnt td.subject a { | ||
background: none; | ||
padding-left: 0px; | ||
} | ||
|
||
tr.issue:not(.idnt):not(.haschild) td.subject a { | ||
margin-left: 16px; | ||
} | ||
|
||
tr.issue.idnt:not(.haschild) td.subject a { | ||
margin-left: 32px; | ||
} | ||
|
||
tr.issue.haschild > td.subject > span.treearrow { | ||
cursor: pointer; | ||
} | ||
|
||
tr.issue.haschild:not(.idnt) > td.subject > span.treearrow { | ||
padding-left: 16px; | ||
} | ||
|
||
tr.issue.haschild.idnt > td.subject > span.treearrow { | ||
margin-left: 16px; | ||
padding-left: 16px; | ||
} | ||
|
||
tr.issue.haschild.collapse > td.subject > span.treearrow { | ||
background: url(../../../images/arrow_collapsed.png) no-repeat right bottom; | ||
} | ||
|
||
tr.issue.haschild.expand > td.subject > span.treearrow { | ||
background: url(../../../images/arrow_expanded.png) no-repeat right bottom; | ||
} | ||
|
||
.icon-arrow-expanded { background-image: url(../../../images/arrow_expanded.png); } | ||
|
||
.icon-arrow-collapsed { background-image: url(../../../images/arrow_collapsed.png); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# English strings go here for Rails i18n | ||
# Simplified Chinese strings go here for Rails i18n | ||
zh: | ||
list_all_expand: "全部展开" | ||
list_all_collapse: "全部收拢" | ||
context_menu_expand: "展开当前树形结构" | ||
context_menu_collapse: "收拢当前树形结构" | ||
context_menu_all_expand_next: "下一级全部展开" | ||
field_subtasks_default_expand_limit_upper: "Upper limit of child issues to tree expanding from the first time" | ||
label_enable_server_scripting_mode: "Enable server processing mode (Has many subtasks tree display more than faster, but tradeoff other subtask's plugin. for exsample 'subtask_list_columns' plugin)" | ||
field_subtasks_default_expand_limit_upper: "子任务树中的问题数量上限(初次加载)" | ||
label_enable_server_scripting_mode: "启用服务器处理模式(若存在多级树结构,启用该选项会较快,但可能会与其他子任务相关插件有冲突,如插件 'subtask_list_columns' ) " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters