[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides maniphest-task-summary-css 3 */ 4 5 .maniphest-task-group + .maniphest-task-group { 6 padding-top: 24px; 7 } 8 9 .maniphest-batch-selected td { 10 background: #fff; 11 } 12 13 .device-phone .maniphest-task-batch, 14 .device-phone .maniphest-task-updated { 15 display: none; 16 } 17 18 .maniphest-task-group-header { 19 font-size: 16px; 20 font-weight: bold; 21 color: {$darkgreytext}; 22 padding: 0 0 8px 0; 23 } 24 25 .maniphest-total-result-count { 26 text-align: right; 27 padding: 5px 20px 0 0; 28 font-size: 11px; 29 color: {$greytext}; 30 } 31 32 .device-phone .maniphest-total-result-count { 33 padding-right: 5px; 34 } 35 36 .batch-editor-header { 37 font-size: 16px; 38 color: {$darkgreytext}; 39 padding: 8px 0px; 40 font-weight: bold; 41 } 42 43 /* TODO: Implement */ 44 .device-phone .maniphest-batch-editor { 45 display: none; 46 } 47 48 .maniphest-batch-editor { 49 padding-top: 24px; 50 } 51 52 .maniphest-batch-editor-layout { 53 width: 100%; 54 border: 1px solid #e7e7e7; 55 border-bottom: 1px solid {$greyborder}; 56 background: #fff; 57 } 58 59 .maniphest-batch-editor-layout td { 60 padding: 10px 8px; 61 white-space: nowrap; 62 } 63 64 .maniphest-batch-editor-layout a.button, 65 .maniphest-batch-editor-layout button { 66 margin: 0px 4px; 67 } 68 69 .maniphest-batch-editor-layout .batch-select-submit-cell { 70 text-align: right; 71 } 72 73 #batch-select-status-cell { 74 text-align: right; 75 color: {$greytext}; 76 font-size: 11px; 77 vertical-align: middle; 78 width: 100%; 79 } 80 81 .maniphest-list-container { 82 padding: 16px; 83 } 84 85 .device-phone .maniphest-list-container { 86 padding: 20px 4px; 87 } 88 89 .maniphest-board-link { 90 color: {$bluetext}; 91 } 92 93 /* - Dashboards ------------------------------------------------------------ */ 94 95 .dashboard-panel .maniphest-list-container { 96 padding: 0; 97 } 98 99 .dashboard-panel .maniphest-task-group + .maniphest-task-group { 100 padding-top: 0; 101 } 102 103 .dashboard-panel .maniphest-task-group-header { 104 border-left: 1px solid {$lightblueborder}; 105 border-right: 1px solid {$lightblueborder}; 106 }
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 |