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

Minor spacing clean up on search button

Summary: Gives the search box a small amount of space, smaller button

Test Plan: look closely.

Reviewers: epriestley

Reviewed By: epriestley

Spies: Korvin

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

+9 -9
+6 -6
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'e68cf1fa', 11 11 'conpherence.pkg.js' => 'b5b51108', 12 - 'core.pkg.css' => '5b85ece6', 12 + 'core.pkg.css' => '291cbd98', 13 13 'core.pkg.js' => '6c085267', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 15 'differential.pkg.css' => '45951e9e', ··· 39 39 'rsrc/css/aphront/typeahead.css' => 'a4a21016', 40 40 'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af', 41 41 'rsrc/css/application/auth/auth.css' => '0877ed6e', 42 - 'rsrc/css/application/base/main-menu-view.css' => '16053029', 42 + 'rsrc/css/application/base/main-menu-view.css' => '1802a242', 43 43 'rsrc/css/application/base/notification-menu.css' => '73fefdfa', 44 44 'rsrc/css/application/base/phui-theme.css' => '9f261c6b', 45 45 'rsrc/css/application/base/standard-page-view.css' => '34ee718b', ··· 789 789 'phabricator-flag-css' => 'bba8f811', 790 790 'phabricator-keyboard-shortcut' => '1ae869f2', 791 791 'phabricator-keyboard-shortcut-manager' => 'c19dd9b9', 792 - 'phabricator-main-menu-view' => '16053029', 792 + 'phabricator-main-menu-view' => '1802a242', 793 793 'phabricator-nav-view-css' => 'faf6a6fc', 794 794 'phabricator-notification' => '5c3349b2', 795 795 'phabricator-notification-css' => '3f6c89c9', ··· 981 981 'aphront-typeahead-control-css', 982 982 'phui-tag-view-css', 983 983 ), 984 - 16053029 => array( 985 - 'phui-theme-css', 986 - ), 987 984 '17bb8539' => array( 988 985 'javelin-behavior', 989 986 'javelin-stratcom', ··· 993 990 'phabricator-keyboard-shortcut', 994 991 'phabricator-darklog', 995 992 'phabricator-darkmessage', 993 + ), 994 + '1802a242' => array( 995 + 'phui-theme-css', 996 996 ), 997 997 '185bbd53' => array( 998 998 'javelin-install',
+3 -3
webroot/rsrc/css/application/base/main-menu-view.css
··· 166 166 border: none; 167 167 background-color: {$page.content}; 168 168 height: 28px; 169 - padding: 3px 28px 3px 52px; 169 + padding: 3px 28px 3px 48px; 170 170 float: left; 171 171 width: 280px; 172 172 } ··· 212 212 position: absolute; 213 213 right: auto; 214 214 left: 12px; 215 - width: 46px; 215 + width: 40px; 216 216 background: {$greybackground}; 217 217 z-index: 1; 218 218 } ··· 252 252 253 253 .phabricator-main-menu-search-dropdown .caret { 254 254 position: absolute; 255 - right: 18px; 255 + right: 20px; 256 256 top: 2px; 257 257 border: none; 258 258 margin-top: 1px;