2011-01-30 19:37:36 +01:00
|
|
|
/**
|
|
|
|
* @provides differential-revision-comment-css
|
|
|
|
*/
|
|
|
|
|
2011-05-31 19:23:31 +02:00
|
|
|
.differential-comment {
|
2012-01-29 21:48:43 +01:00
|
|
|
background: 0px 2px no-repeat;
|
|
|
|
margin: 1em 0 1.25em;
|
|
|
|
min-height: 50px;
|
|
|
|
padding: 2px 0px;
|
2011-05-31 19:23:31 +02:00
|
|
|
}
|
|
|
|
|
2011-06-08 21:39:03 +02:00
|
|
|
.differential-comment-list {
|
|
|
|
max-width: 1162px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-add-comment-panel {
|
|
|
|
max-width: 1162px;
|
|
|
|
}
|
|
|
|
|
2012-01-29 21:48:43 +01:00
|
|
|
.differential-comment-detail {
|
|
|
|
border-color: #dddddd;
|
|
|
|
border-width: 1px 10px;
|
|
|
|
border-style: solid;
|
|
|
|
margin-left: 54px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-comment-detail .hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-07-08 22:00:30 +02:00
|
|
|
/* Spooky haunted panel which floats on the bottom of the screen. */
|
|
|
|
.differential-haunted-panel .differential-add-comment-panel {
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 5;
|
|
|
|
overflow: auto;
|
|
|
|
max-height: 375px;
|
|
|
|
max-width: none;
|
|
|
|
|
|
|
|
box-shadow: 0 0 4px #000;
|
|
|
|
-webkit-box-shadow: 0 0 4px #000;
|
|
|
|
-moz-box-shadow: 0 0 4px #000;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-haunted-panel .differential-add-comment-panel h1 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-haunted-panel .aphront-panel-preview {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-haunted-panel {
|
|
|
|
padding-bottom: 250px;
|
|
|
|
}
|
|
|
|
|
2011-05-31 19:23:31 +02:00
|
|
|
.differential-comment-list .anchor-target {
|
|
|
|
background-color: #ffffdd;
|
|
|
|
border-color: #ffff00;
|
|
|
|
}
|
|
|
|
|
2012-01-29 21:48:43 +01:00
|
|
|
.differential-comment-header {
|
|
|
|
background: #f3f3f3;
|
|
|
|
padding: 4px 1em;
|
2011-01-30 19:37:36 +01:00
|
|
|
}
|
|
|
|
|
2012-01-29 21:48:43 +01:00
|
|
|
.differential-comment-header a {
|
2011-05-31 19:23:31 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2012-01-29 21:48:43 +01:00
|
|
|
.differential-comment-info {
|
|
|
|
color: #666666;
|
|
|
|
float: right;
|
|
|
|
font-size: 11px;
|
2011-01-30 19:37:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.differential-comment-content {
|
2012-01-29 21:48:43 +01:00
|
|
|
background: #fcfcfc;
|
2011-01-30 19:37:36 +01:00
|
|
|
clear: both;
|
|
|
|
line-height: 1.4em;
|
|
|
|
margin: 0em;
|
|
|
|
padding: .3em 5px .4em 1.25em;
|
2012-02-19 18:07:35 +01:00
|
|
|
overflow: auto;
|
2011-01-30 19:37:36 +01:00
|
|
|
}
|
2011-01-30 22:20:56 +01:00
|
|
|
|
2012-02-19 18:07:35 +01:00
|
|
|
.differential-inline-comment-content {
|
|
|
|
overflow: auto;
|
2011-02-14 01:00:21 +01:00
|
|
|
}
|
|
|
|
|
2012-01-16 19:07:21 +01:00
|
|
|
.differential-comment-content .phabricator-remarkup .remarkup-code-block,
|
|
|
|
.differential-comment-core .phabricator-remarkup .remarkup-code-block {
|
2011-01-30 22:20:56 +01:00
|
|
|
width: 88ex;
|
|
|
|
width: 81ch;
|
|
|
|
}
|
|
|
|
|
2012-01-29 21:48:43 +01:00
|
|
|
.differential-comment .differential-comment-action-testplan {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #660099;
|
|
|
|
}
|
|
|
|
|
2012-01-29 21:48:43 +01:00
|
|
|
.differential-comment .differential-comment-action-abandon {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #222222;
|
|
|
|
}
|
|
|
|
|
2012-01-29 21:48:43 +01:00
|
|
|
.differential-comment .differential-comment-action-accept {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #009966;
|
|
|
|
}
|
|
|
|
|
2012-01-29 21:48:43 +01:00
|
|
|
.differential-comment .differential-comment-action-reject {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #aa0000;
|
|
|
|
}
|
|
|
|
|
2012-01-29 21:48:43 +01:00
|
|
|
.differential-comment .differential-comment-action-rethink {
|
2011-04-14 01:10:54 +02:00
|
|
|
border-color: #aa0000;
|
|
|
|
}
|
|
|
|
|
2012-01-29 21:48:43 +01:00
|
|
|
.differential-comment .differential-comment-action-commit {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #006699;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-01-29 21:48:43 +01:00
|
|
|
.differential-comment .differential-comment-action-reclaim {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #0099aa;
|
|
|
|
}
|
|
|
|
|
2012-01-29 21:48:43 +01:00
|
|
|
.differential-comment .differential-comment-action-update {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #6699cc;
|
|
|
|
}
|
|
|
|
|
2012-01-29 21:48:43 +01:00
|
|
|
.differential-comment .differential-comment-action-add_reviewers {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #aa99cc;
|
|
|
|
}
|
|
|
|
|
2012-01-29 21:48:43 +01:00
|
|
|
.differential-comment .differential-comment-action-request_review {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #cc9966;
|
|
|
|
}
|
2011-02-03 04:38:43 +01:00
|
|
|
|
|
|
|
.differential-inline-summary th,
|
|
|
|
.differential-inline-summary td {
|
|
|
|
vertical-align: top;
|
|
|
|
padding: 0 0 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-inline-summary th {
|
|
|
|
padding-top: 16px;
|
|
|
|
color: #666666;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-inline-summary tr > th:first-child {
|
|
|
|
padding-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.differential-inline-summary td.inline-line-number {
|
|
|
|
color: #444444;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-align: left;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0 4px;
|
|
|
|
width: 90px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-inline-summary td.inline-line-number .num {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 5px;
|
|
|
|
width: 70px; /* Need lots of width for 23,950-23,951 */
|
|
|
|
}
|
|
|
|
|
2012-01-06 16:36:55 +01:00
|
|
|
.differential-inline-summary td.inline-which-diff {
|
|
|
|
padding: 0 8px 0 0;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
2011-02-03 04:38:43 +01:00
|
|
|
.differential-inline-summary td.inline-line-number a:hover {
|
|
|
|
background: #3b5998;
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-inline-summary-section {
|
2012-01-29 21:48:43 +01:00
|
|
|
margin: .75em 0 .5em;
|
2011-02-03 04:38:43 +01:00
|
|
|
font-size: 11px;
|
|
|
|
border-bottom: 1px solid #dddddd;
|
|
|
|
color: #666666;
|
|
|
|
}
|
2011-07-08 22:00:30 +02:00
|
|
|
|