mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
Fix Workboard task spacing
Summary: Restricts the padding change to homepage only. Derped this. Test Plan: View Homepage, View Workboard. Proper layouts ensue. Reviewers: epriestley, btrahan Reviewed By: btrahan Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11534
This commit is contained in:
parent
eaa883cf37
commit
99722e08fa
2 changed files with 8 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
return array(
|
return array(
|
||||||
'names' => array(
|
'names' => array(
|
||||||
'core.pkg.css' => '3d6955ad',
|
'core.pkg.css' => '63e9e0b7',
|
||||||
'core.pkg.js' => 'efa12ecc',
|
'core.pkg.js' => 'efa12ecc',
|
||||||
'darkconsole.pkg.js' => '8ab24e01',
|
'darkconsole.pkg.js' => '8ab24e01',
|
||||||
'differential.pkg.css' => '8af45893',
|
'differential.pkg.css' => '8af45893',
|
||||||
|
@ -26,7 +26,7 @@ return array(
|
||||||
'rsrc/css/aphront/multi-column.css' => '41a848c0',
|
'rsrc/css/aphront/multi-column.css' => '41a848c0',
|
||||||
'rsrc/css/aphront/notification.css' => '9c279160',
|
'rsrc/css/aphront/notification.css' => '9c279160',
|
||||||
'rsrc/css/aphront/pager-view.css' => '2e3539af',
|
'rsrc/css/aphront/pager-view.css' => '2e3539af',
|
||||||
'rsrc/css/aphront/panel-view.css' => '5846dfa2',
|
'rsrc/css/aphront/panel-view.css' => 'a5fee23a',
|
||||||
'rsrc/css/aphront/phabricator-nav-view.css' => '7aeaf435',
|
'rsrc/css/aphront/phabricator-nav-view.css' => '7aeaf435',
|
||||||
'rsrc/css/aphront/table-view.css' => 'b22b7216',
|
'rsrc/css/aphront/table-view.css' => 'b22b7216',
|
||||||
'rsrc/css/aphront/tokenizer.css' => '82ce2142',
|
'rsrc/css/aphront/tokenizer.css' => '82ce2142',
|
||||||
|
@ -71,6 +71,7 @@ return array(
|
||||||
'rsrc/css/application/harbormaster/harbormaster.css' => '49d64eb4',
|
'rsrc/css/application/harbormaster/harbormaster.css' => '49d64eb4',
|
||||||
'rsrc/css/application/herald/herald-test.css' => '778b008e',
|
'rsrc/css/application/herald/herald-test.css' => '778b008e',
|
||||||
'rsrc/css/application/herald/herald.css' => '826075fa',
|
'rsrc/css/application/herald/herald.css' => '826075fa',
|
||||||
|
'rsrc/css/application/home/home.css' => 'e34bf140',
|
||||||
'rsrc/css/application/maniphest/batch-editor.css' => '8f380ebc',
|
'rsrc/css/application/maniphest/batch-editor.css' => '8f380ebc',
|
||||||
'rsrc/css/application/maniphest/report.css' => '6fc16517',
|
'rsrc/css/application/maniphest/report.css' => '6fc16517',
|
||||||
'rsrc/css/application/maniphest/task-edit.css' => '8e23031b',
|
'rsrc/css/application/maniphest/task-edit.css' => '8e23031b',
|
||||||
|
@ -136,7 +137,7 @@ return array(
|
||||||
'rsrc/css/phui/phui-info-panel.css' => '27ea50a1',
|
'rsrc/css/phui/phui-info-panel.css' => '27ea50a1',
|
||||||
'rsrc/css/phui/phui-list.css' => '53deb25c',
|
'rsrc/css/phui/phui-list.css' => '53deb25c',
|
||||||
'rsrc/css/phui/phui-object-box.css' => '0d47b3c8',
|
'rsrc/css/phui/phui-object-box.css' => '0d47b3c8',
|
||||||
'rsrc/css/phui/phui-object-item-list-view.css' => '10297907',
|
'rsrc/css/phui/phui-object-item-list-view.css' => '2686a80e',
|
||||||
'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269',
|
'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269',
|
||||||
'rsrc/css/phui/phui-property-list-view.css' => '51480060',
|
'rsrc/css/phui/phui-property-list-view.css' => '51480060',
|
||||||
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
|
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
|
||||||
|
@ -497,7 +498,7 @@ return array(
|
||||||
'aphront-list-filter-view-css' => '2ae43867',
|
'aphront-list-filter-view-css' => '2ae43867',
|
||||||
'aphront-multi-column-view-css' => '41a848c0',
|
'aphront-multi-column-view-css' => '41a848c0',
|
||||||
'aphront-pager-view-css' => '2e3539af',
|
'aphront-pager-view-css' => '2e3539af',
|
||||||
'aphront-panel-view-css' => '5846dfa2',
|
'aphront-panel-view-css' => 'a5fee23a',
|
||||||
'aphront-table-view-css' => 'b22b7216',
|
'aphront-table-view-css' => 'b22b7216',
|
||||||
'aphront-tokenizer-control-css' => '82ce2142',
|
'aphront-tokenizer-control-css' => '82ce2142',
|
||||||
'aphront-tooltip-css' => '4099b97e',
|
'aphront-tooltip-css' => '4099b97e',
|
||||||
|
@ -531,6 +532,7 @@ return array(
|
||||||
'herald-css' => '826075fa',
|
'herald-css' => '826075fa',
|
||||||
'herald-rule-editor' => '335fd41f',
|
'herald-rule-editor' => '335fd41f',
|
||||||
'herald-test-css' => '778b008e',
|
'herald-test-css' => '778b008e',
|
||||||
|
'homepage-panel-css' => 'e34bf140',
|
||||||
'inline-comment-summary-css' => '8cfd34e8',
|
'inline-comment-summary-css' => '8cfd34e8',
|
||||||
'javelin-aphlict' => '2be71d56',
|
'javelin-aphlict' => '2be71d56',
|
||||||
'javelin-behavior' => '61cbc29a',
|
'javelin-behavior' => '61cbc29a',
|
||||||
|
@ -781,7 +783,7 @@ return array(
|
||||||
'phui-info-panel-css' => '27ea50a1',
|
'phui-info-panel-css' => '27ea50a1',
|
||||||
'phui-list-view-css' => '53deb25c',
|
'phui-list-view-css' => '53deb25c',
|
||||||
'phui-object-box-css' => '0d47b3c8',
|
'phui-object-box-css' => '0d47b3c8',
|
||||||
'phui-object-item-list-view-css' => '10297907',
|
'phui-object-item-list-view-css' => '2686a80e',
|
||||||
'phui-pinboard-view-css' => '3dd4a269',
|
'phui-pinboard-view-css' => '3dd4a269',
|
||||||
'phui-property-list-view-css' => '51480060',
|
'phui-property-list-view-css' => '51480060',
|
||||||
'phui-remarkup-preview-css' => '19ad512b',
|
'phui-remarkup-preview-css' => '19ad512b',
|
||||||
|
|
|
@ -24,7 +24,7 @@ ul.phui-object-item-list-view {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phui-object-item-list-view.phui-object-list-flush .phui-object-item {
|
.homepage-panel .phui-object-list-flush .phui-object-item {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue