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

This commit is contained in:
Valera Rozuvan
2012-12-28 09:52:26 +02:00
committed by Alexander Kryklia
parent 505fefb802
commit f1f3b2ea8b

View File

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