mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 15:22:41 +01:00
94 lines
2.1 KiB
CSS
94 lines
2.1 KiB
CSS
/**
|
|
* @provides differential-revision-comment-css
|
|
*/
|
|
|
|
|
|
.differential-comment-date {
|
|
color: #666666;
|
|
float: right;
|
|
font-size: 11px;
|
|
margin: 0em;
|
|
padding-top: 6px;
|
|
}
|
|
|
|
.differential-comment-title {
|
|
font-weight: bold;
|
|
height: 16px;
|
|
margin: 4px 0em 0em 0em;
|
|
padding: 4px 0em;
|
|
position: relative;
|
|
}
|
|
|
|
.differential-comment-body {
|
|
min-height: 56px;
|
|
padding-left: 62px;
|
|
background-repeat: no-repeat;
|
|
background-position: 6px 0px;
|
|
margin-bottom: 14px;
|
|
}
|
|
|
|
.differential-comment-content {
|
|
background: #fbfbfb;
|
|
border-color: #c3c3c3;
|
|
border-style: solid;
|
|
border-width: 1px 10px 1px 10px;
|
|
clear: both;
|
|
line-height: 1.4em;
|
|
margin: 0em;
|
|
padding: .3em 5px .4em 1.25em;
|
|
}
|
|
|
|
.differential-comment-content code {
|
|
width: 88ex;
|
|
width: 81ch;
|
|
}
|
|
|
|
.differential-comment-nocontent {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.differential-comment-action-testplan .differential-comment-content {
|
|
border-color: #660099;
|
|
background: #f6f3ff;
|
|
}
|
|
|
|
.differential-comment-action-abandon .differential-comment-content {
|
|
border-color: #222222;
|
|
background: #f3f3f3;
|
|
}
|
|
|
|
.differential-comment-action-accept .differential-comment-content {
|
|
border-color: #009966;
|
|
background: #f3fff3;
|
|
}
|
|
|
|
.differential-comment-action-reject .differential-comment-content {
|
|
border-color: #aa0000;
|
|
background: #fff3f3;
|
|
}
|
|
|
|
.differential-comment-action-commit .differential-comment-content {
|
|
border-color: #006699;
|
|
background: #f3f3ff;
|
|
}
|
|
|
|
|
|
.differential-comment-action-reclaim .differential-comment-content {
|
|
border-color: #0099aa;
|
|
background: #f3fff9;
|
|
}
|
|
|
|
.differential-comment-action-update .differential-comment-content {
|
|
border-color: #6699cc;
|
|
background: #f3f9ff;
|
|
}
|
|
|
|
.differential-comment-action-add_reviewers .differential-comment-content {
|
|
border-color: #aa99cc;
|
|
background: #f9f3ff;
|
|
}
|
|
|
|
.differential-comment-action-request_review .differential-comment-content {
|
|
border-color: #cc9966;
|
|
background: #fff9f3;
|
|
}
|