Site edit rename input position adjust.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12112 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-05 02:29:40 +00:00
parent cc1e022882
commit ec29cf5fb1

View file

@ -1277,11 +1277,10 @@
"position" : "absolute",
"left" : (rtl ? "auto" : (w1 + w2) + "px"),
"right" : (rtl ? (w1 + w2 + 4) + "px" : "auto"),
"top" : "0",
"top" : "6px",
"height" : (this.data.core.li_height - 2) + "px",
"lineHeight" : (this.data.core.li_height - 2) + "px",
"width" : "200px", // will be set a bit further down
"verticalAlign" : "baseline"
"width" : "200px" // will be set a bit further down
},
"blur" : $.proxy(function () {
var i = obj.children(".jstree-rename-input"),