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

Vertical align header buttons

Summary: I can't seem to blame any rational for this, these should vertical align.

Test Plan: Project headers with watching buttons.

Reviewers: epriestley

Reviewed By: epriestley

Spies: Korvin

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

+3 -7
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'e68cf1fa', 11 11 'conpherence.pkg.js' => 'b5b51108', 12 - 'core.pkg.css' => '4ac857bf', 12 + 'core.pkg.css' => '9dd62a98', 13 13 'core.pkg.js' => '6c085267', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 15 'differential.pkg.css' => '45951e9e', ··· 158 158 'rsrc/css/phui/phui-form-view.css' => 'ae9f8d16', 159 159 'rsrc/css/phui/phui-form.css' => '7aaa04e3', 160 160 'rsrc/css/phui/phui-head-thing.css' => 'fd311e5f', 161 - 'rsrc/css/phui/phui-header-view.css' => '808b82c7', 161 + 'rsrc/css/phui/phui-header-view.css' => '859c5150', 162 162 'rsrc/css/phui/phui-hovercard.css' => 'f0592bcf', 163 163 'rsrc/css/phui/phui-icon-set-selector.css' => '87db8fee', 164 164 'rsrc/css/phui/phui-icon.css' => '5c4a5de6', ··· 845 845 'phui-form-css' => '7aaa04e3', 846 846 'phui-form-view-css' => 'ae9f8d16', 847 847 'phui-head-thing-view-css' => 'fd311e5f', 848 - 'phui-header-view-css' => '808b82c7', 848 + 'phui-header-view-css' => '859c5150', 849 849 'phui-hovercard' => '1bd28176', 850 850 'phui-hovercard-view-css' => 'f0592bcf', 851 851 'phui-icon-set-selector-css' => '87db8fee',
-4
webroot/rsrc/css/phui/phui-header-view.css
··· 341 341 color: {$blacktext}; 342 342 } 343 343 344 - .phui-profile-header .phui-header-col3 { 345 - vertical-align: top; 346 - } 347 - 348 344 .phui-header-view .phui-tag-indigo a { 349 345 color: {$sh-indigotext}; 350 346 }