@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 Countdown views

Summary: Touch up Countdown timer in page, remarkup, and mobile.

Test Plan: Test in page, remarkup, and mobile.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+14 -4
+2 -2
resources/celerity/map.php
··· 54 54 'rsrc/css/application/conpherence/update.css' => 'faf6be09', 55 55 'rsrc/css/application/conpherence/widget-pane.css' => '419fd50c', 56 56 'rsrc/css/application/contentsource/content-source-view.css' => '4b8b05d4', 57 - 'rsrc/css/application/countdown/timer.css' => '4f02bd98', 57 + 'rsrc/css/application/countdown/timer.css' => '3791bb38', 58 58 'rsrc/css/application/daemon/bulk-job.css' => 'df9c1d4a', 59 59 'rsrc/css/application/dashboard/dashboard.css' => 'eb458607', 60 60 'rsrc/css/application/diff/inline-comment-summary.css' => '51efda3a', ··· 722 722 'phabricator-chatlog-css' => 'd295b020', 723 723 'phabricator-content-source-view-css' => '4b8b05d4', 724 724 'phabricator-core-css' => 'a76cefc9', 725 - 'phabricator-countdown-css' => '4f02bd98', 725 + 'phabricator-countdown-css' => '3791bb38', 726 726 'phabricator-dashboard-css' => 'eb458607', 727 727 'phabricator-drag-and-drop-file-upload' => '07de8873', 728 728 'phabricator-draggable-list' => 'a16ec1c6',
+12 -2
webroot/rsrc/css/application/countdown/timer.css
··· 3 3 */ 4 4 5 5 .phabricator-timer { 6 - margin: 16px; 6 + margin: 16px 16px 0 16px; 7 7 border: 1px solid {$lightblueborder}; 8 - border-radius: 4px; 8 + border-radius: 3px; 9 9 background: #ffffff; 10 10 } 11 11 12 + .device-phone .phabricator-timer { 13 + margin-left: 8px; 14 + margin-right: 8px; 15 + } 16 + 12 17 .phabricator-remarkup .phabricator-timer { 13 18 width: 360px; 14 19 margin: 0 0 12px 0; 20 + } 21 + 22 + .device-phone .phabricator-remarkup .phabricator-timer { 23 + width: auto; 15 24 } 16 25 17 26 .phabricator-timer-header { ··· 30 39 31 40 .phabricator-timer-table th { 32 41 text-align: center; 42 + font-size: {$biggerfontsize}; 33 43 color: {$greytext}; 34 44 width: 10%; 35 45 padding: 4px;