[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides phabricator-feed-css 3 */ 4 5 .phabricator-feed-frame { 6 margin: 20px 10px; 7 } 8 9 .phabricator-public-feed-frame { 10 margin: 10px; 11 max-width: 600px; 12 overflow-x: auto; 13 } 14 15 .phabricator-feed-frame .phui-action-header-title { 16 font-size: 16px; 17 margin-bottom: 5px; 18 } 19 20 .device-desktop .phabricator-feed-frame { 21 max-width: 600px; 22 margin: 16px; 23 } 24 25 .phabricator-feed-frame .phui-action-header { 26 padding: 0; 27 } 28 29 .phabricator-feed-story-date-separator { 30 margin-top: 16px; 31 } 32 33 .phabricator-feed-newer-link { 34 float: left; 35 font-weight: bold; 36 } 37 38 .phabricator-feed-older-link { 39 float: right; 40 font-weight: bold; 41 } 42 43 .phabricator-public-feed-frame .phui-feed-story-foot { 44 background: none; 45 } 46 47 .phabricator-public-feed-frame .phui-feed-story { 48 box-shadow: none; 49 } 50 51 .phabricator-public-feed-frame .phui-feed-wrap { 52 border: none; 53 } 54 55 /* - Dashboards ------------------------------------------------------------ */ 56 57 .dashboard-panel div.phabricator-feed-frame { 58 background: #fff; 59 margin: 0; 60 border-left: 1px solid {$lightblueborder}; 61 border-right: 1px solid {$lightblueborder}; 62 border-bottom: 1px solid {$blueborder}; 63 max-width: none; 64 } 65 66 .dashboard-panel .phabricator-feed-frame .phui-action-header { 67 background: #f7f7f7; 68 margin-top: -1px; 69 border-top: 1px solid {$thinblueborder}; 70 } 71 72 .dashboard-panel .phabricator-feed-frame .phui-action-header-title { 73 font-size: 13px; 74 margin-left: 12px; 75 margin-bottom: 0; 76 color: {$bluetext}; 77 } 78 79 .dashboard-panel .phabricator-feed-frame .phui-feed-story { 80 border: none; 81 border-bottom: 1px solid {$thinblueborder}; 82 margin: 0 8px; 83 } 84 85 .dashboard-panel .phabricator-feed-frame .phui-feed-story-head { 86 padding: 8px 0; 87 } 88 89 .dashboard-panel .phabricator-feed-frame .phui-feed-story-body { 90 margin: 8px 0; 91 } 92 93 .dashboard-panel .phabricator-feed-frame .phui-feed-story-foot { 94 background: #fff; 95 padding: 8px 0; 96 } 97 98 .dashboard-panel .phabricator-feed-frame .phabricator-feed-story-date-separator { 99 margin-top: 0; 100 }
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 |