[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides diffusion-source-css 3 */ 4 5 .diffusion-source { 6 width: 100%; 7 font-family: "Monaco", Consolas, monospace; 8 font-size: 10px; 9 background: #fff; 10 } 11 12 .diffusion-source tr.phabricator-source-highlight { 13 background: #ffff00; 14 } 15 16 .diffusion-source th { 17 text-align: right; 18 vertical-align: top; 19 background: {$lightgreybackground}; 20 color: {$bluetext}; 21 border-right: 1px solid {$thinblueborder}; 22 font-size: 11px; 23 } 24 25 .diffusion-source td { 26 letter-spacing: 0.0083334px; 27 vertical-align: top; 28 white-space: pre-wrap; 29 padding-bottom: 1px; 30 padding-left: 8px; 31 line-height: 16px; 32 width: 100%; 33 } 34 35 .diffusion-browse-type-form { 36 float: right; 37 } 38 39 .diffusion-blame-link, 40 .diffusion-rev-link { 41 white-space: nowrap; 42 } 43 44 .diffusion-blame-link { 45 min-width: 28px; 46 } 47 48 .diffusion-source th.diffusion-rev-link { 49 text-align: left; 50 min-width: 130px; 51 } 52 53 .diffusion-blame-link a, 54 .diffusion-rev-link a, 55 .diffusion-line-link a { 56 color: {$darkbluetext}; 57 } 58 59 .diffusion-rev-link a, 60 .diffusion-rev-link span { 61 margin: 2px 8px 0; 62 display: inline-block; 63 } 64 65 .diffusion-rev-link span { 66 margin-right: -4px; 67 margin-left: -4px; 68 color: {$lightgreytext}; 69 } 70 71 .diffusion-blame-link a, 72 .diffusion-line-link a { 73 /* Give the user a larger click target. */ 74 display: block; 75 padding: 2px 8px; 76 } 77 78 .diffusion-line-link { 79 -moz-user-select: -moz-none; 80 -khtml-user-select: none; 81 -webkit-user-select: none; 82 -ms-user-select: none; 83 user-select: none; 84 }
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 |