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

Center Pager buttons

Summary: Fixes T12305. Centers the buttons, which I prefer anyways.

Test Plan: Review buttons, now centered.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12305

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

+4 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'a520d619', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => 'cc0250e8', 12 + 'core.pkg.css' => '12c56bd9', 13 13 'core.pkg.js' => '1fa7c0c5', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => '4815647b', ··· 160 160 'rsrc/css/phui/phui-lightbox.css' => '0a035e40', 161 161 'rsrc/css/phui/phui-list.css' => '9da2aa00', 162 162 'rsrc/css/phui/phui-object-box.css' => '8b289e3d', 163 - 'rsrc/css/phui/phui-pager.css' => 'bea33d23', 163 + 'rsrc/css/phui/phui-pager.css' => '77d8a794', 164 164 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 165 165 'rsrc/css/phui/phui-property-list-view.css' => '2dc7993f', 166 166 'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591', ··· 880 880 'phui-oi-flush-ui-css' => '9d9685d6', 881 881 'phui-oi-list-view-css' => '5c383524', 882 882 'phui-oi-simple-ui-css' => 'a8beebea', 883 - 'phui-pager-css' => 'bea33d23', 883 + 'phui-pager-css' => '77d8a794', 884 884 'phui-pinboard-view-css' => '2495140e', 885 885 'phui-property-list-view-css' => '2dc7993f', 886 886 'phui-remarkup-preview-css' => '1a8f2591',
+1 -1
webroot/rsrc/css/phui/phui-pager.css
··· 4 4 5 5 .phui-pager-view { 6 6 clear: both; 7 - text-align: right; 7 + text-align: center; 8 8 }