Cosmetics on the dashboards

SVN:trunk[2789]
This commit is contained in:
Romain Quetiez
2013-07-03 15:52:31 +00:00
parent ea686059b6
commit e517f2b6f5
2 changed files with 401 additions and 110 deletions

View File

@@ -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;