@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 spacing on empty logs in Harbormaster

Summary: Better spacing in new layout.

Test Plan: Tested changes against `secure`

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+5 -3
+2 -2
resources/celerity/map.php
··· 70 70 'rsrc/css/application/feed/feed.css' => 'ecd4ec57', 71 71 'rsrc/css/application/files/global-drag-and-drop.css' => '5c1b47c2', 72 72 'rsrc/css/application/flag/flag.css' => '5337623f', 73 - 'rsrc/css/application/harbormaster/harbormaster.css' => '834879db', 73 + 'rsrc/css/application/harbormaster/harbormaster.css' => 'f491c9f4', 74 74 'rsrc/css/application/herald/herald-test.css' => 'a52e323e', 75 75 'rsrc/css/application/herald/herald.css' => 'dc31f6e9', 76 76 'rsrc/css/application/maniphest/batch-editor.css' => 'b0f0b6d5', ··· 561 561 'font-fontawesome' => 'c43323c5', 562 562 'font-lato' => 'c7ccd872', 563 563 'global-drag-and-drop-css' => '5c1b47c2', 564 - 'harbormaster-css' => '834879db', 564 + 'harbormaster-css' => 'f491c9f4', 565 565 'herald-css' => 'dc31f6e9', 566 566 'herald-rule-editor' => 'd6a7e717', 567 567 'herald-test-css' => 'a52e323e',
+1 -1
src/applications/harbormaster/controller/HarbormasterBuildViewController.php
··· 375 375 'div', 376 376 array( 377 377 'id' => $hide_id, 378 - 'class' => 'harbormaster-empty-logs-are-hidden mlr mlt mll', 378 + 'class' => 'harbormaster-empty-logs-are-hidden', 379 379 ), 380 380 array( 381 381 pht(
+2
webroot/rsrc/css/application/harbormaster/harbormaster.css
··· 18 18 border: 1px solid {$yellow}; 19 19 text-align: center; 20 20 padding: 12px; 21 + margin: 0 0 20px 0; 22 + border-radius: 3px; 21 23 color: {$darkgreytext}; 22 24 } 23 25