Site edit UI bugfix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12119 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-05 05:52:29 +00:00
parent d08a74a68c
commit 4e07d5b563
2 changed files with 3 additions and 2 deletions

View file

@ -27,7 +27,7 @@ body>.x{max-width:none !important}
.mapi li>ul{margin:0}
.mapi a{text-decoration:none}
.mapi>ul{padding:1px}
.mapi._node_renaming a+input{margin-left:-16px;z-index:2}
.mapi .jstree-rename-input{margin-left:-16px;z-index:2}
/* Root */
.mapi>ul>li{margin-top:30px;position:relative}
.mapi>ul>li:before{content:"";display:block;border-top:1px dotted #ccc;position:relative;top:-15px}

View file

@ -1274,10 +1274,11 @@
"css" : {
"padding" : "0 4px",
"border" : "1px solid silver",
"borderRadius" : "3px",
"position" : "absolute",
"left" : (rtl ? "auto" : (w1 + w2) + "px"),
"right" : (rtl ? (w1 + w2 + 4) + "px" : "auto"),
"top" : "1px",
"top" : "0",
"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