mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Cosmetics on the dashboards
SVN:trunk[2789]
This commit is contained in:
@@ -113,7 +113,7 @@ $(function()
|
||||
{
|
||||
var me = this;
|
||||
this.element.find('.dashlet').draggable({
|
||||
revert: 'invalid', appendTo: 'body', zIndex: 9999,
|
||||
revert: 'invalid', appendTo: 'body', zIndex: 9999, distance: 10,
|
||||
helper: function() {
|
||||
var oDragItem = $(this).dashlet('get_drag_icon');
|
||||
return oDragItem;
|
||||
@@ -167,7 +167,7 @@ $(function()
|
||||
.dashlet('deselect_all')
|
||||
.dashlet('select')
|
||||
.draggable({
|
||||
revert: 'invalid', appendTo: 'body', zIndex: 9999,
|
||||
revert: 'invalid', appendTo: 'body', zIndex: 9999, distance: 10,
|
||||
helper: function() {
|
||||
var oDragItem = $(this).dashlet('get_drag_icon');
|
||||
return oDragItem;
|
||||
|
||||
Reference in New Issue
Block a user