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

Increase specificity in blue property boxes

Summary: Feels a little hairy, but should be fine overall. Ups the css specificity enough that it's always displayed the same. The main problem is headers and boxes get put everywhere, and sometimes override each other. Fixes T10757

Test Plan: review a countdown in a phame post and phriction document. Check diviner, phriction for regressions.

Reviewers: epriestley, #phacility

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T10757

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

+18 -11
+5 -5
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '9968bf8d', 10 + 'core.pkg.css' => '2bd78e9d', 11 11 'core.pkg.js' => '6972d365', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '7ba78475', ··· 52 52 'rsrc/css/application/conpherence/update.css' => 'faf6be09', 53 53 'rsrc/css/application/conpherence/widget-pane.css' => '775eaaba', 54 54 'rsrc/css/application/contentsource/content-source-view.css' => '4b8b05d4', 55 - 'rsrc/css/application/countdown/timer.css' => '96696f21', 55 + 'rsrc/css/application/countdown/timer.css' => '16c52f5c', 56 56 'rsrc/css/application/daemon/bulk-job.css' => 'df9c1d4a', 57 57 'rsrc/css/application/dashboard/dashboard.css' => 'bc6f2127', 58 58 'rsrc/css/application/diff/inline-comment-summary.css' => '51efda3a', ··· 123 123 'rsrc/css/phui/phui-action-panel.css' => '91c7b835', 124 124 'rsrc/css/phui/phui-badge.css' => '3baef8db', 125 125 'rsrc/css/phui/phui-big-info-view.css' => 'bd903741', 126 - 'rsrc/css/phui/phui-box.css' => 'd909ea3d', 126 + 'rsrc/css/phui/phui-box.css' => '5c8387cf', 127 127 'rsrc/css/phui/phui-button.css' => 'a64a8de6', 128 128 'rsrc/css/phui/phui-chart.css' => '6bf6f78e', 129 129 'rsrc/css/phui/phui-crumbs-view.css' => '1a1265d4', ··· 758 758 'phabricator-chatlog-css' => 'd295b020', 759 759 'phabricator-content-source-view-css' => '4b8b05d4', 760 760 'phabricator-core-css' => 'd0801452', 761 - 'phabricator-countdown-css' => '96696f21', 761 + 'phabricator-countdown-css' => '16c52f5c', 762 762 'phabricator-dashboard-css' => 'bc6f2127', 763 763 'phabricator-drag-and-drop-file-upload' => '81f182b5', 764 764 'phabricator-draggable-list' => '5a13c79f', ··· 811 811 'phui-action-panel-css' => '91c7b835', 812 812 'phui-badge-view-css' => '3baef8db', 813 813 'phui-big-info-view-css' => 'bd903741', 814 - 'phui-box-css' => 'd909ea3d', 814 + 'phui-box-css' => '5c8387cf', 815 815 'phui-button-css' => 'a64a8de6', 816 816 'phui-calendar-css' => 'ccabe893', 817 817 'phui-calendar-day-css' => 'd1cf6f93',
+10 -4
webroot/rsrc/css/application/countdown/timer.css
··· 7 7 } 8 8 9 9 .device .phabricator-timer { 10 - margin-left: 8px; 11 - margin-right: 8px; 10 + margin-left: 12px; 11 + margin-right: 12px; 12 12 } 13 13 14 14 .phabricator-remarkup .phabricator-timer-view { ··· 16 16 margin: 0 0 12px 0; 17 17 } 18 18 19 - .phabricator-timer .countdown-description { 19 + body .phabricator-timer .countdown-description.phabricator-remarkup { 20 20 border-bottom: 1px solid {$thinblueborder}; 21 - padding-bottom: 16px; 21 + padding: 0 0 16px; 22 + margin: 0; 23 + } 24 + 25 + .phabricator-timer .countdown-description.phabricator-remarkup 26 + .phabricator-remarkup { 27 + padding: 0; 22 28 } 23 29 24 30 .device-phone .phabricator-remarkup .phabricator-timer {
+3 -2
webroot/rsrc/css/phui/phui-box.css
··· 86 86 padding: 6px 16px; 87 87 } 88 88 89 - .device .phui-box.phui-box-blue-property .phui-header-shell, 90 - .device .phui-box-blue-property.phui-object-box.phui-object-box-collapsed 89 + body.device .phui-box.phui-box-blue-property .phui-header-shell, 90 + body.device .phui-box-blue-property.phui-object-box.phui-object-box-collapsed 91 91 .phui-header-shell { 92 92 padding: 6px 12px; 93 + margin-top: 0; 93 94 } 94 95 95 96 .phui-box.phui-box-blue-property .phui-header-header {