Merge pull request #19 from ionelmc/master

Minor fixes for tabular inline
master
Brandon Taylor 2012-11-18 09:17:24 -08:00
commit 4812a81bb0
3 changed files with 4 additions and 5 deletions

View File

@ -0,0 +1,3 @@
.tabular .sortable:not(.add-row) {
cursor: move;
}

View File

@ -1,4 +0,0 @@
.tabular .sortable
{
cursor: move;
}

View File

@ -7,7 +7,7 @@ jQuery(function($){
axis : 'y', axis : 'y',
containment : 'parent', containment : 'parent',
tolerance : 'pointer', tolerance : 'pointer',
items : 'tr', items : 'tr:not(.add-row)',
stop : function(event, ui) stop : function(event, ui)
{ {
var indexes = Array(); var indexes = Array();