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

Fix info view error layout in config boxes

Summary: Adds some side margin here.

Test Plan: error out a form field in a white box

Reviewers: epriestley

Reviewed By: epriestley

Spies: Korvin

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

+7 -3
+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' => 'b2235af0', 12 + 'core.pkg.css' => 'e9473020', 13 13 'core.pkg.js' => '6c085267', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 15 'differential.pkg.css' => '45951e9e', ··· 162 162 'rsrc/css/phui/phui-icon-set-selector.css' => '87db8fee', 163 163 'rsrc/css/phui/phui-icon.css' => '5c4a5de6', 164 164 'rsrc/css/phui/phui-image-mask.css' => 'a8498f9c', 165 - 'rsrc/css/phui/phui-info-view.css' => '04e071d7', 165 + 'rsrc/css/phui/phui-info-view.css' => 'e929f98c', 166 166 'rsrc/css/phui/phui-invisible-character-view.css' => '6993d9f0', 167 167 'rsrc/css/phui/phui-left-right.css' => '75227a4d', 168 168 'rsrc/css/phui/phui-lightbox.css' => '0a035e40', ··· 849 849 'phui-icon-set-selector-css' => '87db8fee', 850 850 'phui-icon-view-css' => '5c4a5de6', 851 851 'phui-image-mask-css' => 'a8498f9c', 852 - 'phui-info-view-css' => '04e071d7', 852 + 'phui-info-view-css' => 'e929f98c', 853 853 'phui-inline-comment-view-css' => '65ae3bc2', 854 854 'phui-invisible-character-view-css' => '6993d9f0', 855 855 'phui-left-right-css' => '75227a4d',
+4
webroot/rsrc/css/phui/phui-info-view.css
··· 139 139 div.phui-object-box .phui-header-shell + .phui-info-view { 140 140 margin: 16px 0 8px; 141 141 } 142 + 143 + div.phui-object-box.phui-box-white-config .phui-header-shell + .phui-info-view { 144 + margin: 20px 16px 8px; 145 + }