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

Fix spacing on column moving dialogs

Summary: Specify list style: none by default. Fixes T6926

Test Plan: Look at column reorder dialog, seems spiffy again.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T6926

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

+5 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '06273301', 10 + 'core.pkg.css' => '38e621cb', 11 11 'core.pkg.js' => '27bb3264', 12 12 'darkconsole.pkg.js' => '8ab24e01', 13 13 'differential.pkg.css' => '8af45893', ··· 136 136 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 137 137 'rsrc/css/phui/phui-list.css' => '53deb25c', 138 138 'rsrc/css/phui/phui-object-box.css' => '0d47b3c8', 139 - 'rsrc/css/phui/phui-object-item-list-view.css' => '8279b873', 139 + 'rsrc/css/phui/phui-object-item-list-view.css' => 'de963765', 140 140 'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269', 141 141 'rsrc/css/phui/phui-property-list-view.css' => '51480060', 142 142 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', ··· 780 780 'phui-info-panel-css' => '27ea50a1', 781 781 'phui-list-view-css' => '53deb25c', 782 782 'phui-object-box-css' => '0d47b3c8', 783 - 'phui-object-item-list-view-css' => '8279b873', 783 + 'phui-object-item-list-view-css' => 'de963765', 784 784 'phui-pinboard-view-css' => '3dd4a269', 785 785 'phui-property-list-view-css' => '51480060', 786 786 'phui-remarkup-preview-css' => '19ad512b',
+2 -1
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 2 2 * @provides phui-object-item-list-view-css 3 3 */ 4 4 5 - .phui-object-item-list-view { 5 + ul.phui-object-item-list-view { 6 6 padding: 8px 6px; 7 + list-style: none; 7 8 } 8 9 9 10 .device-desktop .phui-object-item-list-view {