Ticket #1438: sortable-coauthor-fixes.patch
| File sortable-coauthor-fixes.patch, 1.1 KB (added by kingkool68, 17 months ago) |
|---|
-
css/co-authors-plus.css
27 27 background: #EAF2FA; 28 28 color:#D54E21; 29 29 } 30 #coauthors-list .ui-state-highlight { 31 border:2px dashed #21759B; 32 height:31px; 33 margin-top:3px; 34 width:200px; 35 } 36 #coauthors-list .ui-sortable-helper .coauthor-tag { 37 cursor: cursor:grabbing; 38 cursor:-moz-grabbing; 39 cursor:-webkit-grabbing; 40 } 30 41 #coauthors-list .coauthor-gravatar { 31 42 float: right; 32 43 height: 25px; -
js/co-authors-plus.js
445 445 jQuery('#coauthors-edit').ready(function($) { 446 446 $( "#coauthors-list" ).sortable({ 447 447 axis: 'y', 448 handle: '.coauthor-tag', 449 placeholder: 'ui-state-highlight', 450 items: 'div.coauthor-row:not(div.coauthor-row:last)', 448 451 containment: 'parent', 449 452 }); 450 453 });
