Test: reorder line with jquery
This commit is contained in:
parent
eeb85efa2a
commit
b747767fce
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user