{html_style}{literal} #categoryOrdering li { height: 60px; } #categoryOrdering p { margin-bottom: 0 !important; margin-top: 0.5em !important; } .MainBlock { color: #ff3363; } .categoryActions { float:right; margin:10px 10px 0 0 !important; } .categoryActions li { display:inline-block; padding:0 5px; vertical-align:top; } .moduleDesc { margin-left:30px; } .moduleDesc.error { color:red; } .albumTitle { margin-left:10px !important; } {/literal}{/html_style} {footer_script require='jquery.ui.sortable} {literal} jQuery().ready(function(){ jQuery(".catPos").hide(); jQuery(".drag_button").show(); jQuery(".categoryLi").css("cursor","move"); jQuery(".categoryUl").sortable({ axis: "y", opacity: 0.8 }); jQuery("#categoryOrdering").submit(function(){ ar = jQuery('.categoryUl').sortable('toArray'); for(i=0;i

PWG Stuffs