@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.

Make status icons centered in PHUI object list view

Summary: Fixes T8789. This makes status icons centered in the PHUI object list view.

Test Plan: Looked at it.

Reviewers: #blessed_reviewers, chad

Reviewed By: #blessed_reviewers, chad

Subscribers: epriestley

Maniphest Tasks: T8789

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

+11 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '67f0ad38', 10 + 'core.pkg.css' => '71fa60fc', 11 11 'core.pkg.js' => 'a590b451', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '9451634c', ··· 141 141 'rsrc/css/phui/phui-info-view.css' => '5b16bac6', 142 142 'rsrc/css/phui/phui-list.css' => '125599df', 143 143 'rsrc/css/phui/phui-object-box.css' => '3db9f358', 144 - 'rsrc/css/phui/phui-object-item-list-view.css' => '0053b016', 144 + 'rsrc/css/phui/phui-object-item-list-view.css' => 'fc19bfc1', 145 145 'rsrc/css/phui/phui-pager.css' => 'bea33d23', 146 146 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 147 147 'rsrc/css/phui/phui-property-list-view.css' => '1baf23eb', ··· 795 795 'phui-inline-comment-view-css' => '9fadd6b8', 796 796 'phui-list-view-css' => '125599df', 797 797 'phui-object-box-css' => '3db9f358', 798 - 'phui-object-item-list-view-css' => '0053b016', 798 + 'phui-object-item-list-view-css' => 'fc19bfc1', 799 799 'phui-pager-css' => 'bea33d23', 800 800 'phui-pinboard-view-css' => '2495140e', 801 801 'phui-property-list-view-css' => '1baf23eb',
+8
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 78 78 font-size: 16px; 79 79 } 80 80 81 + .phui-object-item-list-view .phui-object-item-col0 .phui-icon-view { 82 + width: 17px; 83 + text-align: center; 84 + overflow: visible; 85 + position: relative; 86 + left: -1px; 87 + } 88 + 81 89 .phui-object-item-name { 82 90 padding: 8px 8px 0; 83 91 white-space: nowrap;