(refs #9) Comments for commit and diff

This commit is contained in:
Shintaro Murakami
2014-10-25 10:22:31 +09:00
parent 823c52e941
commit af58e99dcf
31 changed files with 745 additions and 181 deletions

View File

@@ -226,6 +226,10 @@ div.box-header-small {
text-shadow: 0 1px 0 #fff
}
.inline-comment div.box-header-small {
background: #f2f8fa;
}
div.box-content {
background-color: white;
border: 1px solid #d8d8d8;
@@ -860,9 +864,10 @@ div.issue-participants {
margin-left: 50px;
}
div.issue-comment-box {
div.issue-comment-box, div.commit-comment-box {
margin-bottom: 15px;
margin-left: 50px;
max-width: 820px;
}
div.issue-comment-action {
@@ -966,6 +971,38 @@ td.insert, td.equal, td.delete, td.empty {
width: 50%;
}
table.diff .add-comment {
position: absolute;
background: blue;
top: 0;
color: white;
padding: 2px;
border: solid 1px blue;
border-radius: 3px;
z-index: 99;
}
table.diff .add-comment:hover {
padding: 4px;
top: -1px;
}
table.diff tbody tr.not-diff {
font-family: '"Helvetica Neue", Helvetica, Arial, sans-serif';
}
tr.not-diff .box {
margin-bottom: 0px;
}
table.diff tbody tr.not-diff:hover {
background-color: #fff;
}
table.diff tbody tr.not-diff:hover td{
background-color: #fff;
}
/****************************************************************************/
/* Repository Settings */
/****************************************************************************/