@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 Results table CSS updates

Summary: Missed these in the previous pass. Long term I'd like to move the results to tabs, will probably mock those up today and ask for your help coding.

Test Plan: Tested the changes on a diff.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, epriestley, aran

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

+25 -24
+16 -16
src/__celerity_resource_map__.php
··· 1059 1059 ), 1060 1060 'differential-results-table-css' => 1061 1061 array( 1062 - 'uri' => '/res/14d79541/rsrc/css/application/differential/results-table.css', 1062 + 'uri' => '/res/5e37cf75/rsrc/css/application/differential/results-table.css', 1063 1063 'type' => 'css', 1064 1064 'requires' => 1065 1065 array( ··· 4295 4295 'uri' => '/res/pkg/4ccfeb47/darkconsole.pkg.js', 4296 4296 'type' => 'js', 4297 4297 ), 4298 - 'f09bc1cf' => 4298 + '4dc2311c' => 4299 4299 array( 4300 4300 'name' => 'differential.pkg.css', 4301 4301 'symbols' => ··· 4314 4314 11 => 'differential-local-commits-view-css', 4315 4315 12 => 'inline-comment-summary-css', 4316 4316 ), 4317 - 'uri' => '/res/pkg/f09bc1cf/differential.pkg.css', 4317 + 'uri' => '/res/pkg/4dc2311c/differential.pkg.css', 4318 4318 'type' => 'css', 4319 4319 ), 4320 4320 '5e9e5c4e' => ··· 4434 4434 'aphront-tokenizer-control-css' => 'eab97939', 4435 4435 'aphront-tooltip-css' => 'eab97939', 4436 4436 'aphront-typeahead-control-css' => 'eab97939', 4437 - 'differential-changeset-view-css' => 'f09bc1cf', 4438 - 'differential-core-view-css' => 'f09bc1cf', 4437 + 'differential-changeset-view-css' => '4dc2311c', 4438 + 'differential-core-view-css' => '4dc2311c', 4439 4439 'differential-inline-comment-editor' => '5e9e5c4e', 4440 - 'differential-local-commits-view-css' => 'f09bc1cf', 4441 - 'differential-results-table-css' => 'f09bc1cf', 4442 - 'differential-revision-add-comment-css' => 'f09bc1cf', 4443 - 'differential-revision-comment-css' => 'f09bc1cf', 4444 - 'differential-revision-comment-list-css' => 'f09bc1cf', 4445 - 'differential-revision-history-css' => 'f09bc1cf', 4446 - 'differential-revision-list-css' => 'f09bc1cf', 4447 - 'differential-table-of-contents-css' => 'f09bc1cf', 4440 + 'differential-local-commits-view-css' => '4dc2311c', 4441 + 'differential-results-table-css' => '4dc2311c', 4442 + 'differential-revision-add-comment-css' => '4dc2311c', 4443 + 'differential-revision-comment-css' => '4dc2311c', 4444 + 'differential-revision-comment-list-css' => '4dc2311c', 4445 + 'differential-revision-history-css' => '4dc2311c', 4446 + 'differential-revision-list-css' => '4dc2311c', 4447 + 'differential-table-of-contents-css' => '4dc2311c', 4448 4448 'diffusion-commit-view-css' => 'c8ce2d88', 4449 4449 'diffusion-icons-css' => 'c8ce2d88', 4450 4450 'global-drag-and-drop-css' => 'eab97939', 4451 - 'inline-comment-summary-css' => 'f09bc1cf', 4451 + 'inline-comment-summary-css' => '4dc2311c', 4452 4452 'javelin-aphlict' => '64eeda79', 4453 4453 'javelin-behavior' => '9564fa17', 4454 4454 'javelin-behavior-aphlict-dropdown' => '64eeda79', ··· 4527 4527 'phabricator-action-list-view-css' => 'eab97939', 4528 4528 'phabricator-application-launch-view-css' => 'eab97939', 4529 4529 'phabricator-busy' => '64eeda79', 4530 - 'phabricator-content-source-view-css' => 'f09bc1cf', 4530 + 'phabricator-content-source-view-css' => '4dc2311c', 4531 4531 'phabricator-core-css' => 'eab97939', 4532 4532 'phabricator-crumbs-view-css' => 'eab97939', 4533 4533 'phabricator-drag-and-drop-file-upload' => '5e9e5c4e', ··· 4545 4545 'phabricator-notification' => '64eeda79', 4546 4546 'phabricator-notification-css' => 'eab97939', 4547 4547 'phabricator-notification-menu-css' => 'eab97939', 4548 - 'phabricator-object-selector-css' => 'f09bc1cf', 4548 + 'phabricator-object-selector-css' => '4dc2311c', 4549 4549 'phabricator-phtize' => '64eeda79', 4550 4550 'phabricator-prefab' => '64eeda79', 4551 4551 'phabricator-project-tag-css' => '49898640',
+9 -8
webroot/rsrc/css/application/differential/results-table.css
··· 13 13 white-space: nowrap; 14 14 vertical-align: middle; 15 15 padding: 2px 4px; 16 - width: 40px; 16 + width: 50px; 17 17 border-right: 1px solid #fff; 18 + background: #f7f7f7; 18 19 } 19 20 20 21 .differential-results-table td { 21 - padding: 0px 8px; 22 + padding: 0 8px; 22 23 margin: 0; 23 24 vertical-align: middle; 25 + background: #f7f7f7; 24 26 } 25 27 26 28 .differential-results-table tr.differential-results-row-star th, 27 29 .differential-results-table tr.differential-results-row-star td { 28 30 background: {$greybackground}; 29 31 } 30 - 31 32 32 33 .differential-results-table tr.differential-results-row-section th { 33 34 padding-top: 4px; ··· 60 61 background: #88bbff; 61 62 } 62 63 63 - 64 64 .differential-results-table tr.differential-results-row-details td { 65 65 color: {$lightgreytext}; 66 66 } 67 67 68 68 .differential-results-table tr.differential-results-row-show th { 69 - padding: 4px; 70 - color: {$lightgreytext}; 71 - font-weight: bold; 72 - background: #dfe3ec; 69 + border-top: 1px solid #fff; 70 + border-right: none; 71 + padding: 2px; 72 + color: {$bluetext}; 73 + background: {$greybackground}; 73 74 }