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

Give more space for new select dropdown image

Summary: On really wide selects, text will go over the background image. Give it more padding.

Test Plan: Review selects on email preferences page.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+4 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'cea72e09', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => '9d155da1', 12 + 'core.pkg.css' => '231b1ee5', 13 13 'core.pkg.js' => '1a77dddf', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => 'a4ba74b5', ··· 141 141 'rsrc/css/phui/phui-feed-story.css' => '44a9c8e9', 142 142 'rsrc/css/phui/phui-fontkit.css' => '9cda225e', 143 143 'rsrc/css/phui/phui-form-view.css' => '91adabe4', 144 - 'rsrc/css/phui/phui-form.css' => 'ca2490c6', 144 + 'rsrc/css/phui/phui-form.css' => 'b8fb087a', 145 145 'rsrc/css/phui/phui-head-thing.css' => 'fd311e5f', 146 146 'rsrc/css/phui/phui-header-view.css' => '6ec8f155', 147 147 'rsrc/css/phui/phui-hovercard.css' => 'de1a2119', ··· 861 861 'phui-feed-story-css' => '44a9c8e9', 862 862 'phui-font-icon-base-css' => '870a7360', 863 863 'phui-fontkit-css' => '9cda225e', 864 - 'phui-form-css' => 'ca2490c6', 864 + 'phui-form-css' => 'b8fb087a', 865 865 'phui-form-view-css' => '91adabe4', 866 866 'phui-head-thing-view-css' => 'fd311e5f', 867 867 'phui-header-view-css' => '6ec8f155',
+1 -1
webroot/rsrc/css/phui/phui-form.css
··· 115 115 color: {$darkbluetext}; 116 116 border: 1px solid {$greyborder}; 117 117 height: 28px; 118 - padding: 0 8px; 118 + padding: 0 24px 0 8px; 119 119 min-width: 180px; 120 120 } 121 121