Minor, address feedback from D1731.

Auditors: btrahan
This commit is contained in:
epriestley 2012-04-02 12:14:26 -07:00
parent e7853e4801
commit dfb17b9c9c
3 changed files with 13 additions and 9 deletions

View file

@ -778,7 +778,7 @@ celerity_register_resource_map(array(
), ),
'javelin-behavior-maniphest-subpriority-editor' => 'javelin-behavior-maniphest-subpriority-editor' =>
array( array(
'uri' => '/res/7d669df7/rsrc/js/application/maniphest/behavior-subpriorityeditor.js', 'uri' => '/res/5e02f19a/rsrc/js/application/maniphest/behavior-subpriorityeditor.js',
'type' => 'js', 'type' => 'js',
'requires' => 'requires' =>
array( array(
@ -1451,7 +1451,7 @@ celerity_register_resource_map(array(
), ),
'maniphest-task-summary-css' => 'maniphest-task-summary-css' =>
array( array(
'uri' => '/res/d03e96a4/rsrc/css/application/maniphest/task-summary.css', 'uri' => '/res/6e55a34a/rsrc/css/application/maniphest/task-summary.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -2148,7 +2148,7 @@ celerity_register_resource_map(array(
'uri' => '/res/pkg/4fbae2af/javelin.pkg.js', 'uri' => '/res/pkg/4fbae2af/javelin.pkg.js',
'type' => 'js', 'type' => 'js',
), ),
'826b7ac2' => 'f45e0b15' =>
array( array(
'name' => 'maniphest.pkg.css', 'name' => 'maniphest.pkg.css',
'symbols' => 'symbols' =>
@ -2158,7 +2158,7 @@ celerity_register_resource_map(array(
2 => 'maniphest-task-detail-css', 2 => 'maniphest-task-detail-css',
3 => 'aphront-attached-file-view-css', 3 => 'aphront-attached-file-view-css',
), ),
'uri' => '/res/pkg/826b7ac2/maniphest.pkg.css', 'uri' => '/res/pkg/f45e0b15/maniphest.pkg.css',
'type' => 'css', 'type' => 'css',
), ),
'86fc0b0c' => '86fc0b0c' =>
@ -2193,7 +2193,7 @@ celerity_register_resource_map(array(
), ),
'reverse' => 'reverse' =>
array( array(
'aphront-attached-file-view-css' => '826b7ac2', 'aphront-attached-file-view-css' => 'f45e0b15',
'aphront-crumbs-view-css' => '61493db4', 'aphront-crumbs-view-css' => '61493db4',
'aphront-dialog-view-css' => '61493db4', 'aphront-dialog-view-css' => '61493db4',
'aphront-form-view-css' => '61493db4', 'aphront-form-view-css' => '61493db4',
@ -2259,9 +2259,9 @@ celerity_register_resource_map(array(
'javelin-util' => '4fbae2af', 'javelin-util' => '4fbae2af',
'javelin-vector' => '4fbae2af', 'javelin-vector' => '4fbae2af',
'javelin-workflow' => '21d01ed8', 'javelin-workflow' => '21d01ed8',
'maniphest-task-detail-css' => '826b7ac2', 'maniphest-task-detail-css' => 'f45e0b15',
'maniphest-task-summary-css' => '826b7ac2', 'maniphest-task-summary-css' => 'f45e0b15',
'maniphest-transaction-detail-css' => '826b7ac2', 'maniphest-transaction-detail-css' => 'f45e0b15',
'phabricator-app-buttons-css' => '61493db4', 'phabricator-app-buttons-css' => '61493db4',
'phabricator-content-source-view-css' => '18be02e0', 'phabricator-content-source-view-css' => '18be02e0',
'phabricator-core-buttons-css' => '61493db4', 'phabricator-core-buttons-css' => '61493db4',

View file

@ -267,7 +267,7 @@ final class ManiphestTaskListController extends ManiphestController {
($group == 'none' && $order == 'priority'); ($group == 'none' && $order == 'priority');
$lists = new AphrontNullView(); $lists = new AphrontNullView();
$lists->appendChild('<div style="padding: 0em 1em;">'); $lists->appendChild('<div class="maniphest-group-container">');
foreach ($tasks as $group => $list) { foreach ($tasks as $group => $list) {
$task_list = new ManiphestTaskListView(); $task_list = new ManiphestTaskListView();
$task_list->setShowBatchControls(true); $task_list->setShowBatchControls(true);

View file

@ -180,6 +180,10 @@
padding: 0 1em; padding: 0 1em;
} }
.maniphest-group-container {
padding: 0 1em 1em;
}
td.maniphest-active-handle { td.maniphest-active-handle {
cursor: move; cursor: move;
background-image: url('/rsrc/image/grippy_texture.png'); background-image: url('/rsrc/image/grippy_texture.png');