Commit f1f3b2ea by Valera Rozuvan Committed by Alexander Kryklia

Slight UI design change. Draggables are now positioned in the center of their container DIV.

parent 505fefb8
...@@ -43,6 +43,7 @@ define(['logme', 'update_input'], function (logme, updateInput) { ...@@ -43,6 +43,7 @@ define(['logme', 'update_input'], function (logme, updateInput) {
'overflow: hidden; ' + 'overflow: hidden; ' +
'z-index: ' + objIndex + '; ' + 'z-index: ' + objIndex + '; ' +
'border: 1px solid #CCC; ' + 'border: 1px solid #CCC; ' +
'text-align: center; ' +
'" ' + '" ' +
'data-draggable-position-index="' + objIndex + '" ' + 'data-draggable-position-index="' + objIndex + '" ' +
'></div>' '></div>'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment