@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 some form layout issues in settings

Summary: Form inputs with just text or certain selects had extra space. This uses better text centering.

Test Plan: Review forms on all Settings pages, Custom Policy, Herald.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+10 -12
+5 -5
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '0b64e988', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => '58d21331', 12 + 'core.pkg.css' => '37566cc9', 13 13 'core.pkg.js' => 'e4260032', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => 'a4ba74b5', ··· 131 131 'rsrc/css/phui/phui-button.css' => '4a5fbe3d', 132 132 'rsrc/css/phui/phui-chart.css' => '6bf6f78e', 133 133 'rsrc/css/phui/phui-cms.css' => 'be43c8a8', 134 - 'rsrc/css/phui/phui-comment-form.css' => '4ecc56ef', 134 + 'rsrc/css/phui/phui-comment-form.css' => 'c953b75e', 135 135 'rsrc/css/phui/phui-comment-panel.css' => 'f50152ad', 136 136 'rsrc/css/phui/phui-crumbs-view.css' => '195ac419', 137 137 'rsrc/css/phui/phui-curtain-view.css' => '947bf1a4', ··· 140 140 'rsrc/css/phui/phui-document.css' => 'c32e8dec', 141 141 'rsrc/css/phui/phui-feed-story.css' => '44a9c8e9', 142 142 'rsrc/css/phui/phui-fontkit.css' => '9cda225e', 143 - 'rsrc/css/phui/phui-form-view.css' => '3fadd537', 143 + 'rsrc/css/phui/phui-form-view.css' => 'cd79ff6a', 144 144 'rsrc/css/phui/phui-form.css' => '2342b0e5', 145 145 'rsrc/css/phui/phui-head-thing.css' => 'fd311e5f', 146 146 'rsrc/css/phui/phui-header-view.css' => '6ec8f155', ··· 844 844 'phui-calendar-month-css' => '8e10e92c', 845 845 'phui-chart-css' => '6bf6f78e', 846 846 'phui-cms-css' => 'be43c8a8', 847 - 'phui-comment-form-css' => '4ecc56ef', 847 + 'phui-comment-form-css' => 'c953b75e', 848 848 'phui-comment-panel-css' => 'f50152ad', 849 849 'phui-crumbs-view-css' => '195ac419', 850 850 'phui-curtain-view-css' => '947bf1a4', ··· 855 855 'phui-font-icon-base-css' => '870a7360', 856 856 'phui-fontkit-css' => '9cda225e', 857 857 'phui-form-css' => '2342b0e5', 858 - 'phui-form-view-css' => '3fadd537', 858 + 'phui-form-view-css' => 'cd79ff6a', 859 859 'phui-head-thing-view-css' => 'fd311e5f', 860 860 'phui-header-view-css' => '6ec8f155', 861 861 'phui-hovercard' => '1bd28176',
+1 -1
webroot/rsrc/css/phui/phui-comment-form.css
··· 107 107 .phui-comment-form-view .phui-comment-action-bar { 108 108 border-bottom: 1px solid {$thinblueborder}; 109 109 background-color: rgba(239, 243, 252, .75); 110 - padding: 2px 12px 4px 12px; 110 + padding: 4px 12px 4px 12px; 111 111 margin-bottom: 16px; 112 112 } 113 113
+4 -6
webroot/rsrc/css/phui/phui-form-view.css
··· 154 154 height: 24em; 155 155 } 156 156 157 - .aphront-form-control-select .aphront-form-input { 158 - padding-top: 2px; 159 - } 160 - 161 157 .phui-form-view .aphront-form-caption { 162 158 font-size: {$smallerfontsize}; 163 159 color: {$bluetext}; ··· 198 194 margin: .5em 2em; 199 195 } 200 196 201 - .aphront-form-control-static .aphront-form-input, 202 197 .aphront-form-control-markup .aphront-form-input { 203 - padding-top: 6px; 204 198 font-size: {$normalfontsize}; 199 + } 200 + 201 + .aphront-form-control-static .aphront-form-input { 202 + line-height: 28px; 205 203 } 206 204 207 205 .aphront-form-control-togglebuttons .aphront-form-input {