-
Marc Poris authored
Initial check-in of code that makes it easy to use the jQuery Interface Sortable component within Drupal.
Marc Poris authoredInitial check-in of code that makes it easy to use the jQuery Interface Sortable component within Drupal.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
interface_sortable_demos.css 209 B
.sortable-item {
cursor: move;
}
div.sortable-item {
width: 300px;
border: 2px solid blue;
margin: 3px;
}
.sortable-helper
{
border: 2px dashed #a020f0;
background: yellow;
width: 300px !important;
}