2011-01-30 19:37:36 +01:00
|
|
|
/**
|
|
|
|
* @provides differential-revision-comment-css
|
|
|
|
*/
|
|
|
|
|
2011-06-08 21:39:03 +02:00
|
|
|
.differential-comment-list {
|
2012-12-13 06:00:35 +01:00
|
|
|
margin: 0 2em 3.6em 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-comment-list .phabricator-transaction-content {
|
|
|
|
background: #ffffff;
|
2011-06-08 21:39:03 +02:00
|
|
|
}
|
|
|
|
|
2012-03-28 19:11:41 +02:00
|
|
|
/* Spooky haunted panel which floats on the bottom of the screen.
|
|
|
|
Haunt modes are:
|
|
|
|
|
|
|
|
- Mode 1: Just the comment box.
|
|
|
|
- Mode 2: Comment box, comment preview, and inline comment previews.
|
|
|
|
*/
|
|
|
|
.differential-haunt-mode-1 .differential-add-comment-panel,
|
|
|
|
.differential-haunt-mode-2 .differential-add-comment-panel {
|
2012-12-12 00:00:18 +01:00
|
|
|
background-color: #fff;
|
2011-07-08 22:00:30 +02:00
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
overflow: auto;
|
|
|
|
max-height: 375px;
|
|
|
|
|
|
|
|
box-shadow: 0 0 4px #000;
|
|
|
|
-webkit-box-shadow: 0 0 4px #000;
|
|
|
|
-moz-box-shadow: 0 0 4px #000;
|
|
|
|
}
|
|
|
|
|
2012-03-28 19:11:41 +02:00
|
|
|
.differential-haunt-mode-2 .differential-add-comment-panel {
|
|
|
|
max-height: 75%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-haunt-mode-1 .differential-add-comment-panel h1,
|
|
|
|
.differential-haunt-mode-2 .differential-add-comment-panel h1 {
|
2011-07-08 22:00:30 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-03-28 19:11:41 +02:00
|
|
|
.differential-haunt-mode-1 .aphront-panel-preview {
|
2011-07-08 22:00:30 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-03-28 19:11:41 +02:00
|
|
|
.differential-haunt-mode-1 {
|
2011-07-08 22:00:30 +02:00
|
|
|
padding-bottom: 250px;
|
|
|
|
}
|
|
|
|
|
2011-05-31 19:23:31 +02:00
|
|
|
.differential-comment-list .anchor-target {
|
|
|
|
background-color: #ffffdd;
|
|
|
|
border-color: #ffff00;
|
|
|
|
}
|
|
|
|
|
2012-02-19 18:07:35 +01:00
|
|
|
.differential-inline-comment-content {
|
|
|
|
overflow: auto;
|
2011-02-14 01:00:21 +01:00
|
|
|
}
|
|
|
|
|
2012-02-24 22:02:35 +01:00
|
|
|
.phabricator-transaction-view .differential-comment-action-testplan {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #660099;
|
|
|
|
}
|
|
|
|
|
2012-02-24 22:02:35 +01:00
|
|
|
.phabricator-transaction-view .differential-comment-action-abandon {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #222222;
|
|
|
|
}
|
|
|
|
|
2012-02-24 22:02:35 +01:00
|
|
|
.phabricator-transaction-view .differential-comment-action-accept {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #009966;
|
|
|
|
}
|
|
|
|
|
2012-02-24 22:02:35 +01:00
|
|
|
.phabricator-transaction-view .differential-comment-action-reject {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #aa0000;
|
|
|
|
}
|
|
|
|
|
2012-02-24 22:02:35 +01:00
|
|
|
.phabricator-transaction-view .differential-comment-action-rethink {
|
2011-04-14 01:10:54 +02:00
|
|
|
border-color: #aa0000;
|
|
|
|
}
|
|
|
|
|
2012-02-24 22:02:35 +01:00
|
|
|
.phabricator-transaction-view .differential-comment-action-commit {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #006699;
|
|
|
|
}
|
|
|
|
|
2012-02-24 22:02:35 +01:00
|
|
|
.phabricator-transaction-view .differential-comment-action-reclaim {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #0099aa;
|
|
|
|
}
|
|
|
|
|
2012-02-24 22:02:35 +01:00
|
|
|
.phabricator-transaction-view .differential-comment-action-update {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #6699cc;
|
|
|
|
}
|
|
|
|
|
2012-02-24 22:02:35 +01:00
|
|
|
.phabricator-transaction-view .differential-comment-action-add_reviewers {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #aa99cc;
|
|
|
|
}
|
|
|
|
|
2012-02-24 22:02:35 +01:00
|
|
|
.phabricator-transaction-view .differential-comment-action-request_review {
|
2011-01-30 22:20:56 +01:00
|
|
|
border-color: #cc9966;
|
|
|
|
}
|
2012-04-17 23:59:31 +02:00
|
|
|
|
|
|
|
.phabricator-transaction-view .differential-comment-action-claim {
|
2012-04-30 22:07:06 +02:00
|
|
|
border-color: #ffdd33;
|
2012-04-17 23:59:31 +02:00
|
|
|
}
|