Add sortable handle to event players

This commit is contained in:
Brian Miyaji
2014-08-18 02:21:52 +10:00
parent 0d34fad62b
commit 18777d9520
2 changed files with 2 additions and 1 deletions

View File

@@ -241,7 +241,7 @@ table.widefat select.sp-outcome {
width: 100%;
}
table.widefat.sp-sortable-table tbody tr {
table.widefat.sp-sortable-table tbody tr .icon {
cursor: move;
}

View File

@@ -260,6 +260,7 @@ jQuery(document).ready(function($){
// Sortable tables
$(".sp-sortable-table tbody").sortable({
handle: ".icon",
axis: "y"
});