[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides herald-css 3 */ 4 5 .herald-action-table, 6 .herald-condition-table { 7 margin-top: 8px; 8 } 9 10 .herald-condition-table select { 11 width: 160px; 12 } 13 14 .device-phone .herald-condition-table select { 15 width: 90px; 16 } 17 18 .herald-action-table td, 19 .herald-condition-table td { 20 padding: 2px 8px 2px 0; 21 vertical-align: middle; 22 } 23 24 .herald-action-table td.remove-column, 25 .herald-condition-table td.remove-column { 26 padding: 2px 0 2px 4px; 27 } 28 29 .herald-condition-table td.value { 30 width: 100%; 31 } 32 33 .herald-action-table td input, 34 .herald-condition-table td input { 35 width: 95%; 36 max-width: 460px; 37 padding: 2px 4px; 38 } 39 40 .herald-action-table td.target { 41 width: 100%; 42 } 43 44 .herald-list-description { 45 color: {$darkgreytext}; 46 padding: 8px 0; 47 } 48 49 .herald-list-icon { 50 margin-left: 12px; 51 margin-right: 2px; 52 } 53 54 .herald-list-item { 55 padding-bottom: 4px; 56 color: {$greytext}; 57 }
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 |