Test: reorder line with jquery, add grip image

This commit is contained in:
Regis Houssin 2010-10-01 14:29:43 +00:00
parent 46a4c7937f
commit 5ef9ae2237
8 changed files with 19 additions and 19 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

View File

@ -158,13 +158,13 @@ form {
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;
cursor: move;
}
.tdlineupdown {
white-space: nowrap;
background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/grip.png'; ?>);
background-repeat: no-repeat;
background-position: center center;
white-space: nowrap;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

View File

@ -159,13 +159,13 @@ form {
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;
}
.tdlineupdown {
white-space: nowrap;
background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/grip.png'; ?>);
background-repeat: no-repeat;
background-position: center center;
white-space: nowrap;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

View File

@ -158,13 +158,13 @@ form
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;
cursor: move;
}
.tdlineupdown {
white-space: nowrap;
background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/grip.png'; ?>);
background-repeat: no-repeat;
background-position: center center;
white-space: nowrap;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

View File

@ -146,13 +146,13 @@ form
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;
cursor: move;
}
.tdlineupdown {
white-space: nowrap;
background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/grip.png'; ?>);
background-repeat: no-repeat;
background-position: center center;
white-space: nowrap;
}