Test: reorder line with jquery

This commit is contained in:
Regis Houssin 2010-09-27 15:31:36 +00:00
parent eeb85efa2a
commit b747767fce

View File

@ -154,7 +154,18 @@ form {
padding: 0em 0em 0em 0em;
margin: 0em 0em 0em 0em;
}
.showDragHandle {
.dragHandle {
}
.dragClass {
background: #b3c5cc;
}
td.showDragHandle {
background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/1updownarrow.png'; ?>);
background-repeat: no-repeat;
background-position: center center;
cursor: move;
}