Slight UI design change. Draggables are now positioned in the center of their container DIV.
This commit is contained in:
committed by
Alexander Kryklia
parent
505fefb802
commit
f1f3b2ea8b
@@ -43,6 +43,7 @@ define(['logme', 'update_input'], function (logme, updateInput) {
|
||||
'overflow: hidden; ' +
|
||||
'z-index: ' + objIndex + '; ' +
|
||||
'border: 1px solid #CCC; ' +
|
||||
'text-align: center; ' +
|
||||
'" ' +
|
||||
'data-draggable-position-index="' + objIndex + '" ' +
|
||||
'></div>'
|
||||
|
||||
Reference in New Issue
Block a user