1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 01:38:48 +02:00
phorge-phorge/webroot/rsrc/css/application/differential/revision-comment.css

111 lines
2.4 KiB
CSS
Raw Normal View History

/**
* @provides differential-revision-comment-css
*/
.differential-comment-list {
max-width: 1162px;
}
.differential-add-comment-panel {
max-width: 1162px;
}
/* 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 {
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-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 {
display: none;
}
.differential-haunt-mode-1 .aphront-panel-preview {
display: none;
}
.differential-haunt-mode-1 {
padding-bottom: 250px;
}
.differential-comment-list .anchor-target {
background-color: #ffffdd;
border-color: #ffff00;
}
.differential-inline-comment-content {
overflow: auto;
}
.differential-comment-core .phabricator-remarkup .remarkup-code-block {
2011-01-30 22:20:56 +01:00
width: 88ex;
width: 81ch;
}
.phabricator-transaction-view .differential-comment-action-testplan {
2011-01-30 22:20:56 +01:00
border-color: #660099;
}
.phabricator-transaction-view .differential-comment-action-abandon {
2011-01-30 22:20:56 +01:00
border-color: #222222;
}
.phabricator-transaction-view .differential-comment-action-accept {
2011-01-30 22:20:56 +01:00
border-color: #009966;
}
.phabricator-transaction-view .differential-comment-action-reject {
2011-01-30 22:20:56 +01:00
border-color: #aa0000;
}
.phabricator-transaction-view .differential-comment-action-rethink {
border-color: #aa0000;
}
.phabricator-transaction-view .differential-comment-action-commit {
2011-01-30 22:20:56 +01:00
border-color: #006699;
}
.phabricator-transaction-view .differential-comment-action-reclaim {
2011-01-30 22:20:56 +01:00
border-color: #0099aa;
}
.phabricator-transaction-view .differential-comment-action-update {
2011-01-30 22:20:56 +01:00
border-color: #6699cc;
}
.phabricator-transaction-view .differential-comment-action-add_reviewers {
2011-01-30 22:20:56 +01:00
border-color: #aa99cc;
}
.phabricator-transaction-view .differential-comment-action-request_review {
2011-01-30 22:20:56 +01:00
border-color: #cc9966;
}
.phabricator-transaction-view .differential-comment-action-claim {
border-color: #ffdd33;
}