From b747767fce84b97f6296552a3a4497c1b353316c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 27 Sep 2010 15:31:36 +0000 Subject: [PATCH] Test: reorder line with jquery --- htdocs/theme/eldy/style.css.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 343591b843f..a692730ad6b 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -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(); + background-repeat: no-repeat; + background-position: center center; cursor: move; }