@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Alight button bar icons better

Summary: We make buttons slightly wider by default, but didn't move these icons.

Test Plan: Review ButtonBar UIExamples, Button Examples, and Inline Commenting

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D12653

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'b3250cbe', 10 + 'core.pkg.css' => '848ff3d3', 11 11 'core.pkg.js' => '59d01bb7', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '3500921f', ··· 127 127 'rsrc/css/phui/phui-action-list.css' => '4f4d09f2', 128 128 'rsrc/css/phui/phui-action-panel.css' => '3ee9afd5', 129 129 'rsrc/css/phui/phui-box.css' => '7b3a2eed', 130 - 'rsrc/css/phui/phui-button.css' => '0e41a3ce', 130 + 'rsrc/css/phui/phui-button.css' => '4d8e1e86', 131 131 'rsrc/css/phui/phui-crumbs-view.css' => '594d719e', 132 132 'rsrc/css/phui/phui-document.css' => '94d5dcd8', 133 133 'rsrc/css/phui/phui-feed-story.css' => 'c9f3a0b5', ··· 778 778 'phui-action-header-view-css' => '89c497e7', 779 779 'phui-action-panel-css' => '3ee9afd5', 780 780 'phui-box-css' => '7b3a2eed', 781 - 'phui-button-css' => '0e41a3ce', 781 + 'phui-button-css' => '4d8e1e86', 782 782 'phui-calendar-css' => '8675968e', 783 783 'phui-calendar-day-css' => 'de035c8a', 784 784 'phui-calendar-list-css' => 'c1d0ca59',
+1 -1
webroot/rsrc/css/phui/phui-button.css
··· 277 277 } 278 278 279 279 .phui-button-bar .button .phui-icon-view { 280 - left: 9px; 280 + left: 11px; 281 281 } 282 282 283 283 .button.has-icon .phui-button-text {