mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Site edit rename input position adjust.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12111 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a928f2618c
commit
cc1e022882
1 changed files with 4 additions and 3 deletions
|
|
@ -1272,15 +1272,16 @@
|
||||||
"class" : "jstree-rename-input",
|
"class" : "jstree-rename-input",
|
||||||
// "size" : t.length,
|
// "size" : t.length,
|
||||||
"css" : {
|
"css" : {
|
||||||
"padding" : "0",
|
"padding" : "0 4px",
|
||||||
"border" : "1px solid silver",
|
"border" : "1px solid silver",
|
||||||
"position" : "absolute",
|
"position" : "absolute",
|
||||||
"left" : (rtl ? "auto" : (w1 + w2) + "px"),
|
"left" : (rtl ? "auto" : (w1 + w2) + "px"),
|
||||||
"right" : (rtl ? (w1 + w2 + 4) + "px" : "auto"),
|
"right" : (rtl ? (w1 + w2 + 4) + "px" : "auto"),
|
||||||
"top" : "8px",
|
"top" : "0",
|
||||||
"height" : (this.data.core.li_height - 2) + "px",
|
"height" : (this.data.core.li_height - 2) + "px",
|
||||||
"lineHeight" : (this.data.core.li_height - 2) + "px",
|
"lineHeight" : (this.data.core.li_height - 2) + "px",
|
||||||
"width" : "200px" // will be set a bit further down
|
"width" : "200px", // will be set a bit further down
|
||||||
|
"verticalAlign" : "baseline"
|
||||||
},
|
},
|
||||||
"blur" : $.proxy(function () {
|
"blur" : $.proxy(function () {
|
||||||
var i = obj.children(".jstree-rename-input"),
|
var i = obj.children(".jstree-rename-input"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue