rebase styling gah wasting so much time

This commit is contained in:
Peter Cottle 2012-12-20 10:52:13 -08:00
parent 8bf28ebc20
commit 3797fc9d85
3 changed files with 32 additions and 19 deletions

View file

@ -96,8 +96,9 @@ var InteractiveRebaseView = BaseView.extend({
// then make it reorderable..
listHolder.sortable({
//distance: 5,
placeholder: 'rebaseEntry transitionOpacity ui-state-highlight'
axis: 'y',
placeholder: 'rebaseEntry transitionOpacity ui-state-highlight',
appendTo: 'parent'
});
}
});