[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides phabricator-object-selector-css 3 * @requires aphront-dialog-view-css 4 */ 5 6 .device-desktop .phabricator-object-selector-dialog { 7 width: 860px; 8 } 9 10 .phabricator-object-selector-dialog .aphront-dialog-body { 11 padding: 0; 12 } 13 14 .phabricator-object-selector-search { 15 width: 100%; 16 background: {$lightbluebackground}; 17 border-bottom: 1px solid {$thinblueborder}; 18 } 19 20 .phabricator-object-selector-search td { 21 padding: 4px 8px; 22 vertical-align: middle; 23 } 24 25 td.phabricator-object-selector-search-text { 26 width: 100%; 27 } 28 29 .phabricator-object-selector-row:hover { 30 background-color: {$greybackground}; 31 } 32 33 .phabricator-object-selector-row:hover a { 34 text-decoration: none; 35 } 36 37 .phabricator-object-selector-search-text input { 38 width: 100%; 39 border-radius: 14px; 40 padding: 4px 8px; 41 height: 26px; 42 margin: 2px 0; 43 } 44 45 .phabricator-object-selector-popicon { 46 display: inline-block; 47 margin-top: 4px; 48 } 49 50 .phabricator-object-selector-results { 51 position: relative; 52 height: 24em; 53 overflow-y: scroll; 54 overflow-x: hidden; 55 } 56 57 .phabricator-object-selector-handle { 58 width: 100%; 59 background: {$lightgreybackground}; 60 margin-bottom: 1px; 61 } 62 63 .phabricator-object-selector-handle td { 64 padding: 4px 8px; 65 } 66 67 .phabricator-object-selector-handle th { 68 font-weight: bold; 69 vertical-align: middle; 70 width: 100%; 71 overflow: hidden; 72 } 73 74 .phabricator-object-selector-handle th a { 75 display: block; 76 padding: 4px 0; 77 } 78 79 .phabricator-object-selector-header { 80 margin-bottom: 8px; 81 font-weight: bold; 82 text-transform: uppercase; 83 color: {$bluetext}; 84 } 85 86 .phabricator-object-selector-attach-explicit { 87 padding: 4px; 88 background: #f3f3f3; 89 border: solid #bbbbbb; 90 border-width: 1px 0px; 91 } 92 93 .phabricator-object-selector-current { 94 border-top: 1px solid {$thinblueborder}; 95 } 96 97 .phabricator-object-selector-currently-attached { 98 padding: 8px; 99 } 100 101 .object-selector-nothing { 102 padding: 1em; 103 color: {$lightgreytext}; 104 text-align: center; 105 } 106 107 .phabricator-object-selector-instructions { 108 font-size: 11px; 109 color: {$greytext}; 110 margin-top: 1.25em; 111 }
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 |