[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides differential-revision-comment-css 3 */ 4 5 .differential-comment-list { 6 margin: 0 16px; 7 } 8 9 .differential-comment-list .phabricator-transaction-content { 10 background: #ffffff; 11 } 12 13 /* Spooky haunted panel which floats on the bottom of the screen. 14 Haunt modes are: 15 16 - Mode 1: Just the comment box. 17 - Mode 2: Comment box, comment preview, and inline comment previews. 18 */ 19 .differential-haunt-mode-1 .differential-add-comment-panel, 20 .differential-haunt-mode-2 .differential-add-comment-panel { 21 background-color: #fff; 22 position: fixed; 23 width: 100%; 24 bottom: 0; 25 right: 0; 26 left: 0; 27 overflow: auto; 28 max-height: 375px; 29 margin: 0; 30 31 box-shadow: 0 0 4px #000; 32 -webkit-box-shadow: 0 0 4px #000; 33 -moz-box-shadow: 0 0 4px #000; 34 } 35 36 .differential-haunt-mode-1 .differential-add-comment-panel .phui-box, 37 .differential-haunt-mode-2 .differential-add-comment-panel .phui-box { 38 margin: 0; 39 border-width: 0; 40 } 41 42 .differential-haunt-mode-2 .differential-add-comment-panel { 43 max-height: 75%; 44 } 45 46 .differential-haunt-mode-1 .differential-add-comment-panel .phui-header-shell, 47 .differential-haunt-mode-2 .differential-add-comment-panel .phui-header-shell { 48 display: none; 49 } 50 51 .differential-haunt-mode-1 .aphront-panel-preview { 52 display: none; 53 } 54 55 .differential-haunt-mode-1 { 56 padding-bottom: 250px; 57 } 58 59 .differential-comment-list .anchor-target { 60 background-color: #ffffdd; 61 border-color: #ffff00; 62 } 63 64 .differential-inline-comment-content { 65 overflow: auto; 66 } 67 68 .phabricator-transaction-view .differential-comment-action-testplan { 69 border-color: #660099; 70 } 71 72 .phabricator-transaction-view .differential-comment-action-abandon { 73 border-color: #222222; 74 } 75 76 .phabricator-transaction-view .differential-comment-action-accept { 77 border-color: #009966; 78 } 79 80 .phabricator-transaction-view .differential-comment-action-reject { 81 border-color: #aa0000; 82 } 83 84 .phabricator-transaction-view .differential-comment-action-rethink { 85 border-color: #aa0000; 86 } 87 88 .phabricator-transaction-view .differential-comment-action-commit { 89 border-color: #006699; 90 } 91 92 .phabricator-transaction-view .differential-comment-action-reclaim { 93 border-color: #0099aa; 94 } 95 96 .phabricator-transaction-view .differential-comment-action-update { 97 border-color: #6699cc; 98 } 99 100 .phabricator-transaction-view .differential-comment-action-add_reviewers { 101 border-color: #aa99cc; 102 } 103 104 .phabricator-transaction-view .differential-comment-action-request_review { 105 border-color: #cc9966; 106 } 107 108 .phabricator-transaction-view .differential-comment-action-claim { 109 border-color: #ffdd33; 110 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |