[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides phabricator-standard-page-view 3 */ 4 5 .phabricator-anchor-view, 6 .phabricator-anchor-navigation-marker { 7 position: absolute; 8 margin-top: -15px; 9 } 10 11 .phabricator-chromeless-page .phabricator-standard-page { 12 background: transparent; 13 border-width: 0px; 14 } 15 16 .phabricator-standard-page-footer { 17 text-align: right; 18 margin: 4px 16px; 19 padding: 12px 0; 20 border-top: 1px solid {$lightgreyborder}; 21 color: {$lightgreytext}; 22 } 23 24 .device-desktop .has-local-nav + .phabricator-standard-page-footer { 25 margin-left: 221px; 26 } 27 28 .keyboard-shortcut-help td, 29 .keyboard-shortcut-help th { 30 padding: 8px; 31 vertical-align: middle; 32 } 33 34 .keyboard-shortcut-help th { 35 white-space: nowrap; 36 color: {$greytext}; 37 } 38 39 .keyboard-shortcut-help kbd { 40 background: #222222; 41 padding: 6px; 42 color: #ffffff; 43 font-weight: bold; 44 border: 1px solid #555555; 45 } 46 47 .keyboard-focus-focus-reticle { 48 background: #ffffd3; 49 position: absolute; 50 border: 1px solid #999900; 51 } 52 53 .workflow-header { 54 background: #efefef; 55 padding: 6px 2em; 56 text-align: right; 57 margin-bottom: 6px; 58 border-bottom: 1px solid #dfdfdf; 59 } 60 61 .workflow-header button { 62 float: right; 63 } 64 65 a.handle-status-closed { 66 text-decoration: line-through; 67 color: #676767; 68 } 69 70 a.handle-status-closed:hover { 71 text-decoration: line-through; 72 color: #19558D; 73 } 74 75 a.handle-disabled, 76 a.handle-status-away, 77 a.handle-status-sporadic { 78 padding-left: 11px; 79 background-repeat: no-repeat; 80 background-position: -4px center; 81 } 82 83 a.handle-status-away { 84 background-image: url(/rsrc/image/icon/fatcow/bullet_red.png); 85 } 86 87 a.handle-status-sporadic { 88 background-image: url(/rsrc/image/icon/fatcow/bullet_orange.png); 89 } 90 91 a.handle-disabled { 92 background-image: url(/rsrc/image/icon/fatcow/bullet_black.png); 93 } 94 95 .aphront-developer-error-callout { 96 position: relative; 97 padding: 2em; 98 background: #aa0000; 99 color: white; 100 text-align: center; 101 font-size: 11px; 102 font-family: "Verdana"; 103 } 104 105 .setup-warning-callout { 106 position: relative; 107 padding: 8px 16px; 108 background: {$lightyellow}; 109 } 110 111 .phui-handle .phui-icon-view { 112 display: inline-block; 113 margin: 2px 2px -2px 0; 114 }
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 |