@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 diff-banner

Summary: Adds spacing to the buttons, line-height for aligning text vertically.

Test Plan: Leave comments on a diff.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

authored by

Chad Little and committed by
chad
0d165444 3400f24c

+13 -8
+6 -6
resources/celerity/map.php
··· 12 12 'core.pkg.css' => 'ab24402f', 13 13 'core.pkg.js' => '1475bd91', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 - 'differential.pkg.css' => '1ccbf3a9', 15 + 'differential.pkg.css' => '4e99863c', 16 16 'differential.pkg.js' => 'b7504037', 17 17 'diffusion.pkg.css' => 'b93d9b8c', 18 18 'diffusion.pkg.js' => '6134c5a1', ··· 64 64 'rsrc/css/application/dashboard/dashboard.css' => 'fe5b1869', 65 65 'rsrc/css/application/diff/inline-comment-summary.css' => '51efda3a', 66 66 'rsrc/css/application/differential/add-comment.css' => 'c47f8c40', 67 - 'rsrc/css/application/differential/changeset-view.css' => 'c3f44655', 67 + 'rsrc/css/application/differential/changeset-view.css' => 'c72dba88', 68 68 'rsrc/css/application/differential/core.css' => '5b7b8ff4', 69 69 'rsrc/css/application/differential/phui-inline-comment.css' => 'ffd1a542', 70 70 'rsrc/css/application/differential/revision-comment.css' => '14b8565a', ··· 562 562 'conpherence-thread-manager' => '4d863052', 563 563 'conpherence-transaction-css' => '85129c68', 564 564 'd3' => 'a11a5ff2', 565 - 'differential-changeset-view-css' => 'c3f44655', 565 + 'differential-changeset-view-css' => 'c72dba88', 566 566 'differential-core-view-css' => '5b7b8ff4', 567 567 'differential-revision-add-comment-css' => 'c47f8c40', 568 568 'differential-revision-comment-css' => '14b8565a', ··· 1872 1872 'javelin-dom', 1873 1873 'javelin-vector', 1874 1874 ), 1875 - 'c3f44655' => array( 1876 - 'phui-inline-comment-view-css', 1877 - ), 1878 1875 'c420b0b9' => array( 1879 1876 'javelin-behavior', 1880 1877 'javelin-behavior-device', ··· 1895 1892 'javelin-dom', 1896 1893 'javelin-stratcom', 1897 1894 'javelin-util', 1895 + ), 1896 + 'c72dba88' => array( 1897 + 'phui-inline-comment-view-css', 1898 1898 ), 1899 1899 'c7ccd872' => array( 1900 1900 'phui-fontkit-css',
+7 -2
webroot/rsrc/css/application/differential/changeset-view.css
··· 392 392 top: 0; 393 393 left: 0; 394 394 right: 0; 395 - background: rgba(255, 255, 255, 0.95); 395 + background: #fff; 396 396 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); 397 397 border-bottom: 1px solid {$lightgreyborder}; 398 - padding: 12px 18px; 398 + padding: 8px 18px; 399 399 vertical-align: middle; 400 400 font-weight: bold; 401 401 font-size: {$biggerfontsize}; 402 + line-height: 28px; 402 403 } 403 404 404 405 .diff-banner .phui-icon-view { ··· 407 408 408 409 .diff-banner-path { 409 410 color: {$greytext}; 411 + } 412 + 413 + .diff-banner-buttons .button { 414 + margin-left: 8px; 410 415 } 411 416 412 417 .diff-banner-has-unsaved,