@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 action links in documentview

Summary: Fixes the button in diviner for searching.

Test Plan: Test Diviner layouts.

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

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

+10 -6
+5 -5
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => '59d88410', 10 + 'core.pkg.css' => 'a05b161c', 11 11 'core.pkg.js' => 'b7bdab05', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => 'd1b3a605', ··· 130 130 'rsrc/css/phui/calendar/phui-calendar.css' => '5e1ad989', 131 131 'rsrc/css/phui/phui-box.css' => 'a36cf3a5', 132 132 'rsrc/css/phui/phui-button.css' => '8784a966', 133 - 'rsrc/css/phui/phui-document.css' => 'b56323cf', 133 + 'rsrc/css/phui/phui-document.css' => '10f59385', 134 134 'rsrc/css/phui/phui-feed-story.css' => '3a59c2cf', 135 135 'rsrc/css/phui/phui-fontkit.css' => 'de84aa4a', 136 136 'rsrc/css/phui/phui-form-view.css' => '0efd3326', 137 137 'rsrc/css/phui/phui-form.css' => 'b78ec020', 138 - 'rsrc/css/phui/phui-header-view.css' => 'b76a37b3', 138 + 'rsrc/css/phui/phui-header-view.css' => '5b79f0ef', 139 139 'rsrc/css/phui/phui-icon.css' => '7a5771a9', 140 140 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 141 141 'rsrc/css/phui/phui-list.css' => '2edb76cf', ··· 749 749 'phui-calendar-day-css' => 'de035c8a', 750 750 'phui-calendar-list-css' => 'c1d0ca59', 751 751 'phui-calendar-month-css' => '5e762971', 752 - 'phui-document-view-css' => 'b56323cf', 752 + 'phui-document-view-css' => '10f59385', 753 753 'phui-feed-story-css' => '3a59c2cf', 754 754 'phui-fontkit-css' => 'de84aa4a', 755 755 'phui-form-css' => 'b78ec020', 756 756 'phui-form-view-css' => '0efd3326', 757 - 'phui-header-view-css' => 'b76a37b3', 757 + 'phui-header-view-css' => '5b79f0ef', 758 758 'phui-icon-view-css' => '7a5771a9', 759 759 'phui-info-panel-css' => '27ea50a1', 760 760 'phui-list-view-css' => '2edb76cf',
-1
webroot/rsrc/css/phui/phui-document.css
··· 81 81 } 82 82 83 83 .phui-document-content .phui-header-view { 84 - padding: 16px; 85 84 color: {$bluetext}; 86 85 text-shadow: 0 1px 2px #fff; 87 86 }
+5
webroot/rsrc/css/phui/phui-header-view.css
··· 54 54 right: 0; 55 55 } 56 56 57 + .phui-document-view .phui-header-view .phui-header-action-links { 58 + right: 8px; 59 + top: 12px; 60 + } 61 + 57 62 .device-phone .phui-header-action-link .phui-button-text { 58 63 visibility: hidden; 59 64 width: 0;