|
|
@ -81908,7 +81908,7 @@ BI.SortList = BI.inherit(BI.Widget, { |
|
|
|
type: "bi.label", |
|
|
|
type: "bi.label", |
|
|
|
cls: "bi-sortable-holder", |
|
|
|
cls: "bi-sortable-holder", |
|
|
|
width: $currentItem.width() - 2, |
|
|
|
width: $currentItem.width() - 2, |
|
|
|
height: $currentItem.outerHeight() |
|
|
|
height: $currentItem.height() - 2 |
|
|
|
}); |
|
|
|
}); |
|
|
|
holder.element.css({ |
|
|
|
holder.element.css({ |
|
|
|
"margin-left": $currentItem.css("margin-left"), |
|
|
|
"margin-left": $currentItem.css("margin-left"), |
|
|
|