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

Clean up some search result alignment CSS

Summary: Aligns the search result list to the right of the input box, adds a little space, removes a double border.

Test Plan: Search on desktop, mobile, tablet breakpoints. Double check normal typeahead results.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+15 -13
+8 -8
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'a520d619', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => '76a0e8c9', 12 + 'core.pkg.css' => '1179d101', 13 13 'core.pkg.js' => '1fa7c0c5', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => '4815647b', ··· 31 31 'rsrc/css/aphront/tokenizer.css' => '9a8cb501', 32 32 'rsrc/css/aphront/tooltip.css' => '173b9431', 33 33 'rsrc/css/aphront/typeahead-browse.css' => '8904346a', 34 - 'rsrc/css/aphront/typeahead.css' => 'd4f16145', 34 + 'rsrc/css/aphront/typeahead.css' => '8a84cc7d', 35 35 'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af', 36 36 'rsrc/css/application/auth/auth.css' => '0877ed6e', 37 - 'rsrc/css/application/base/main-menu-view.css' => '43d59288', 37 + 'rsrc/css/application/base/main-menu-view.css' => '5294060f', 38 38 'rsrc/css/application/base/notification-menu.css' => '6a697e43', 39 39 'rsrc/css/application/base/phui-theme.css' => '9f261c6b', 40 40 'rsrc/css/application/base/standard-page-view.css' => '894d8a25', ··· 555 555 'aphront-table-view-css' => '6ca8e057', 556 556 'aphront-tokenizer-control-css' => '9a8cb501', 557 557 'aphront-tooltip-css' => '173b9431', 558 - 'aphront-typeahead-control-css' => 'd4f16145', 558 + 'aphront-typeahead-control-css' => '8a84cc7d', 559 559 'application-search-view-css' => '66ee5d46', 560 560 'auth-css' => '0877ed6e', 561 561 'bulk-job-css' => 'df9c1d4a', ··· 797 797 'phabricator-flag-css' => 'bba8f811', 798 798 'phabricator-keyboard-shortcut' => '1ae869f2', 799 799 'phabricator-keyboard-shortcut-manager' => '4a021c10', 800 - 'phabricator-main-menu-view' => '43d59288', 800 + 'phabricator-main-menu-view' => '5294060f', 801 801 'phabricator-nav-view-css' => 'e58a4a30', 802 802 'phabricator-notification' => 'ccf1cbf8', 803 803 'phabricator-notification-css' => '3f6c89c9', ··· 1171 1171 'javelin-dom', 1172 1172 'javelin-request', 1173 1173 ), 1174 - '43d59288' => array( 1175 - 'phui-theme-css', 1176 - ), 1177 1174 '44959b73' => array( 1178 1175 'javelin-util', 1179 1176 'javelin-uri', ··· 1279 1276 'javelin-stratcom', 1280 1277 'javelin-vector', 1281 1278 'javelin-typeahead-static-source', 1279 + ), 1280 + '5294060f' => array( 1281 + 'phui-theme-css', 1282 1282 ), 1283 1283 '5359e785' => array( 1284 1284 'javelin-install',
+4 -1
webroot/rsrc/css/aphront/typeahead.css
··· 4 4 5 5 div.jx-typeahead-hardpoint { 6 6 position: relative; 7 - _zoom: 1; /* Some kind of IE6 fix? */ /* yes */ /* why? */ 7 + _zoom: 1; /* Some kind of IE6 fix? */ /* yes */ /* why? */ /* still need? */ 8 8 } 9 9 10 10 div.jx-typeahead-results { ··· 28 28 color: {$darkgreytext}; 29 29 display: block; 30 30 font-size: {$normalfontsize}; 31 + } 32 + 33 + div.jx-typeahead-results a.jx-result + a.jx-result { 31 34 border-top: 1px solid {$hoverborder}; 32 35 } 33 36
+3 -4
webroot/rsrc/css/application/base/main-menu-view.css
··· 139 139 } 140 140 141 141 .device-desktop .phabricator-main-menu-search-target { 142 - width: 320px; 143 - margin-left: -150px; 142 + width: 360px; 144 143 } 145 144 146 145 .device .phabricator-main-menu-search-target { ··· 276 275 box-shadow: {$dropshadow}; 277 276 border: 1px solid {$lightgreyborder}; 278 277 border-radius: 3px; 279 - margin-left: 40px; 278 + margin-left: -64px; 280 279 } 281 280 282 281 .device .phabricator-main-menu-search-target div.jx-typeahead-results { 283 - margin-left: 30px; 282 + margin-left: 28px; 284 283 } 285 284 286 285 .phabricator-main-search-typeahead-result .phabricator-search-icon {