Add assignee and milestone to the issue editing form.

This commit is contained in:
takezoe
2013-07-02 20:43:46 +09:00
parent c7e1e5ba6c
commit 69d3dc1041
3 changed files with 91 additions and 13 deletions

View File

@@ -401,6 +401,35 @@ span.milestone-percentage {
padding-left: 8px;
}
div.issue-header {
padding-left: 8px;
padding-right: 8px;
padding-top: 12px;
padding-bottom: 12px;
}
div.issue-info {
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
background-color: #f5f5f5;
padding: 8px;
margin-left: 0px;
margin-right: 0px;
}
div.issue-content {
padding: 8px;
background-color: #fbfbfb;
}
h4#issueTitle {
font-size: large;
font-weight: bold;
margin-top: 2px;
margin-bottom: 0px;
padding: 0px;
}
/****************************************************************************/
/* Wiki */
/****************************************************************************/